New versions of HTML::PopupTreeSelect and onchange

samtregar on 2005-02-24T20:53:45

I released HTML::PopupTreeSelect v1.5 today (demo here). This release adds a 'resizable' option and fixes some HTML and CSS standards violations. Thanks to Zac Shepard, Peter Leonard and Don Brodale for all the new code!

I also updated my onchange script to do a recursive walk when passed a directory. I don't know if anyone else uses this script but I find it terribly useful.

-sam


Nice!

jplindstrom on 2005-02-24T21:43:24

Just one thing, if I expand a very deep tree (far to the right) it spills outside of the menu area.

Re:Nice!

samtregar on 2005-02-24T21:48:41

You can try turning on scrollbars, but that can cause other problems. My usual fix is to just pick a width that is wide enough to avoid the problem given the data at hand.

-sam