Any Ideas?
Mike
(P.S. I can always remove the reference from SideBarOptions, but was
looking for a better way)
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
I was looking at your post here:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/b65e6ce2f0ac1af7/e36c4fad4bb6f852?lnk=gst&q=showvalue#e36c4fad4bb6f852
I thought the ShowValue transclusion would be a neat trick (since I am
using the Last Modified from that post already)
(is that even possible?.?)
I appreciate your response,
Mike