> Also, the allowMultiple doesn't appear to work.

> <div class="editor" macro="select primary =systemConfig allowEdit
>         rows:1 width:xxx autoSave allowBlank  allowMultiple"></div>

Sorry, but droplist controls just don't support multi-select.  As per
ListboxPluginInfo:
------------------
allowMultiple
when used with a listbox (e.g, rows>1), permits selection of multiple
items using ctrl-click and shift-click.
------------------

Also:
*  "xxx" is not a valid CSS width value.  Although it will be handled
by the browser as if you specified 'auto', you should simply leave out
that parameter entirely if you aren't providing a proper CSS value.

* The "=systemConfig" syntax above will create a droplist of plugins
(i.e., things tagged with "systemConfig")... are you sure that's what
you want listed?

* I'm almost certain that you don't want to use 'autoSave'... When a
list is embedded in an EditTemplate, the selected value(s) are saved
when you press 'done', so auto-saving isn't needed... that option is
really intended for when you have a droplist/listbox embedded in a
ViewTemplate, where this is no 'done' button to press.

-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to