> I would like a TW, if in readOnly, to not show options . . .
> <<slider chkSliderOptionsPanel OptionsPanel "options »" "Change
> TiddlyWiki advanced options">>
If you have InlineJavascriptPlugin, you can write:
{{wrapper{<<slider chkSliderOptionsPanel OptionsPanel "options »"
"Change TiddlyWiki advanced options">><script>
if (readOnly) place.style.display="none";
</script>}}}
Note that the <script>...</script> is inside the {{wrapper{...}}}, so
the the reference to 'place' is to the wrapper itself.
enjoy,
-e
--
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.