> How can I pass a config.options.txt..... value to another TW

> I recall that values can be passed within the url address itself

You can use "option paramifiers" to set TW option values directly from
the URL.  You enter values just like other paramifiers, using space-
separated "name:value" pairs.  Just use the option ID as the
paramifier name, like this:

...filename.html#txtSomeText:ABCDE chkSomeFlag:true

As with all space-separated TW lists, if a value contains a space, you
need to enclose it in doubled squarebrackets, like this:

...filename.html#txtSomeText:[[text with spaces]] chkSomeFlag:true

Note: spaces and squarebrackets need to be URL-encoded for browser
compatibility, where:
   space=%20
   [=%5B
   ]=%5D

Thus:

...filename.html#txtSomeText:%5B%5Btext%20with20spaces%5D
%5D20chkSomeFlag:true

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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