|
|
Is it possible to add a combo box or a search field to a tree view component?
Return to Recent Questions
Q:
Is it possible to add a combo box or a search field to a tree view component?
A:
You can paste any html code inside item's text, for example:
["+Support", "", "icon5_t.gif", "icon5_to.gif", "", "Support Tip"],
["|Index <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>",
"", "", "", "", "", "", "0"],
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'> <input type=button value='Go'
style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
["|Write Us", "mailto:[email protected]", ""],
["|<INPUT TYPE=checkbox CHECKED ID=chk1 onclick='choosebox1()'>Uncheck this check box for some free advice","","","",],
["<img src='img/sep.gif' width=113 height=1>"],
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
- Feb 26, 2007 - Does your dhtml treeview support right to left languages, like Hebrew?
- June 16, 2007 - I need to know if I can add substantial data to the expanded javascript treeview?
- Aug 13, 2007 - The Items of the javascript tree view stay expanded in the same state.
- Oct 15, 2007 - How to specify left padding for dhtml tree menu item?
- Dec 02, 2007 - Is it possible to integrate�a search window like in your standard javascript menu tree
- Dec 23, 2007 - Is there a way to make your javascript tree menus accessible to the search engine?
- Dec 26, 2007 - Where I should add this search engine code for cascading dhtml menu?
- Jan 28, 2009 - Is it correct that in javascript treeview menu you can specify your target as a different frame?
- Feb 13, 2009 - Tried the javascript layer menu at our trial site and get the error : Line 13 Invalid argument...
|