Hey all

InlineJavascriptPlugin <http://www.tiddlytools.com/#InlineJavascriptPlugin> 
lets us run scripts within tiddlers
using the following syntax

<script label="Reset">
(some code)
</script>

by clicking on the reset button.


Can the same thing be accomplished by selecting a radio button
(created with FormTiddlerPlugin 
<http://tiddlywiki.abego-software.de/#FormTiddlerPlugin>)?

I'm trying something like 

<html><input name=test type="radio" onclick ="(some code)" value="test 
value" /></html>

which doesn't work.

Thanks in advance

sklpns

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to