FWIW The problem was getting values in <<option txtValue>> into tiddlers for a questionnaire. I tried to write them directly into the questions, but it didn't look right.
My solution is to use inline scrips to write to each <<option txtValue>> into a tiddler using inline scripts. <script> document.write( config.options.txtMyUnit); </script> Then to transclude into the tiddler, adding highlights thus: @@<<tiddler txtValue>>@@ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

