>      config.macros.option.propagateOption("txtautoNumber"; num ;
> "config.options.txtautoNumber" ; "input"; );

config.macros.option.propagateOption(opt,"value",config.options
[opt],"input")

* params are separate by commas, not semi-colons.
* 1st param is name of option = "txtautoNumber"
* 2nd param is *literal* text: "value" (not the value of the option!)
* 3rd param is the value of the option (the text that was saved)
* 4th param is the element type: "input"

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to