TonyM wrote:
>
> have you ever placed a checkbox in the toolbars for View, Edit, Editor or
> Page controls?
>
> A nicely illustrated button can be much easier to use.
>
First, I realized my comment that it taxes the system less is probably
ridiculous. A better point is about making things work without js for
static wikis.
However, regarding your point about making it appear nice, this is not a
problem with a checkbox. Checkboxes can be styled and their labels can show
anything (and anywhere). You just hide the actual checkbox. E.g:
<input type="checkbox" id="myCheckbox" style="display:none"/>
<label for="myCheckbox">{{$:/core/images/done-button}}</label>
<:-)
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1d1f57dc-3d88-4c5f-802c-118d33d9237c%40googlegroups.com.