> you indicated that you might add multiselect capability to the
> ListboxPlugin. Is that something you'd still consider doing, or maybe
> its already there and I can't see how to do it? (I tried
> multiselecting using ctrl+click in a multi-row listbox but it didn't
> work.)
I had completely forgotten about adding multi-select... thanks for the
reminder.
I've just completed a re-write to add "allowMultiple" as an optional
macro param. When present, you will then be able to use ctrl-click
and/or shift-click to choose multiple items in a listbox (but *not* in
a droplist... they just don't support multi-select... sorry.)
Note: although you can now choose multiple values, they will still be
stored within the single specified 'target' tiddler field, using a
space-separated list format (with [[...]] brackets around values that
contain spaces).
Get the update (v1.2.0) here:
http://www.TiddlyTools.com/#ListboxPlugin
http://www.TiddlyTools.com/#ListboxPluginInfo
enjoy,
-e