> I use the [_] checkbox on a procedure list in a tiddler.  to track
> completed steps in the list.   I would like to have the capability to
> reset all [X] to [_] within the opened tiddler.  Maybe a button on the
> top that would reset them.   Is this possible?

CheckboxPlugin has several different ways to store the current state
of any given checkbox: 'inline X', tags, fields, options, or cookies.
However... it is important to note that the "inline X" syntax has been
*deprecated* for quite a while and should be avoided, as it can
sometimes result in corrupted tiddler content if used improperly (the
"X" can be written into the wrong tiddler, overwriting existing
content!).  I suggest using either tags or fields to store the
checkbox state.

Alternatively, rather than using CheckboxPlugin syntax at all, you
could try this:
   http://www.TiddlyTools.com/#ChecklistScript
   (requires InlineJavascriptPlugin)
which uses regular HTML-based syntax to create checkboxes that have
custom 'onclick' handlers (plus a little bit of inline script
processing to handle initialization).  Checking a box adds the tag to
the tiddler, clearing the box removes the tag.  There is also a
checkbox to "toggle all items" and a pushbutton to "reset all items".

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