Displaying 3 results from an estimated 3 matches for "treemenu".
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
hi all
i see a very strange behavior in safari when using prototype.js and
the pear HTML_TreeMenu
to reproduce get prototype.js (http://www.prototypejs.org/assets/
2008/1/25/prototype-1.6.0.2.js) and treemenu.js (http://cvs.php.net/
viewvc.cgi/pear/HTML_TreeMenu/TreeMenu.js?revision=1.22).
and test the following html with safari on mac or windows (http://
www.apple.com/safari/download/)
&l...
2006 Jul 27
0
Can I Filter searching, via checkboxes ? I have a diagram
[img]http://img130.imageshack.us/img130/7478/filterssr8.jpg[/img]
The search box is default like a search box. The filters will all be on
by default, and clicking one of them off will remove that tables results
from the search results
Also http://www.treeview.net/treemenu/3fr_checkbox.html
Can this be done ? If so please help.. I can not figure it out yet..
--
Posted via http://www.ruby-forum.com/.
2005 Aug 30
0
content slide in out / simple toggle of content
...bar and an expandable horizontal tab both of
which can be toogled in and out of place.
for example the sidebar (which will contain a tree menu (like windows
explorer))
Mark Up
---
<div id="treeWrapper">
<div id="tree">
<div id="treeMenu">
<p>tree</p>
</div>
<div id="treeToggle">
<a href="javascript:;">Navigate/Search</a>
</div>
</div>
</div>
CSS
---
#treeWrapper...