Hello,
I try to use the value of a custom field to change the width of a box.
Tiddler : data07
Field : percentage
Value : 33
So I want a block with Width=33%
@@display:block;background:grey:width:<script>return
store.getValue('data07','percentage');</script>%;FOOD@@
Is there any way to do this without writing a macro? I prefer to do it
inline.
Thank you for thinking...
--
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.