> Template2 (using your ListboxPlugin) has this: > | Location:|<<select locat...@$1 rows:1 allowBlank > +BodyLocationTemplateTotal allowEdit>>| > > It works fine if I have a one-word title, but if I have a two word (or > more) title (e.g. "abcd efgh"), I get a table with
As with all TW macros, if a parameter contains spaces (i.e., 'locat...@abcd efgh'), then it must be 'quoted', using either single- or double-quotes or doubled-square brackets, like this: <<select 'locat...@$1' ... >> <<select "locat...@$1" ... >> <<select [[locat...@$1]] ... >> The choice of which quotes to use is arbitrary. However, use of [[...]] is recommended if the value of $1 is expected to sometimes contain single- or double- quotes (e.g. a tiddler title such as [[John's Stuff]]). enjoy, -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 -~----------~----~----~----~------~----~------~--~---

