Hello,
I'm trying to do some simple work in javascript :-)
I've tried to rewrite Udo Borkowski's DataTiddlerPlugin using a hidden
section instead of storing the data in a <data>...</data> block,
Data (coming from input forms or from code evaluation) are stored
inside the hidden section (named "JSON") as a "stringified" JSON
object :
/%
!JSON
{"slot":"value"}
!EndJSON
%/
Thanks to Eric Shulman whose plugins from http://www.tiddlytools.com/
and discussions on the TiddlyWiki group were of great help.
I want to use this tool with macros that create input forms.
It works well with elements of type input, checkbox, radiobutton. But
not with textarea.
I know it's rather a long read, but if you could see the test case
at :
http://dl.dropbox.com/u/9385804/TW.html
Thanks
FrD
--
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.