> The <<select>> macro doesn't "remember" the fieldvalues I enter - when > I use this in the viewtemplate. > It works fine in the edittemplate. > I can choose from my TeachersList - but when I refresh the tiddler - > it looses the entry and goes back to the former state..
Because there is no 'done' button available when *viewing* a tiddler, the <<select>> macro has an optional 'autoSave' keyword that you can use to store the value of the listbox/droplist selection as soon as it is made. Note: the macro's handler tries to detect when it is being used outside of an edit template in order to automatically enable the "autoSave" feature, even without the presence of the macro keyword parameter. However... the auto-detection might not work in some situations, so you might need to add an explicit "autoSave" keyword to your use of the macro to *force* it to auto-save your selections. -e http://www.TiddlyTools.com/#ListboxPlugin http://www.TiddlyTools.com/#ListboxPluginInfo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

