Hi,
I'm trying to put a call to the colour-picker macro inside a slider.
The problem I encounter is that the second button (the one which closes the
slider) is centered and not left-aligned, and I can't figure out why.
I'd like to have it on the left like the first button.
Any help appreciated.
Thanks
FrD
Here is the code you can put inside a tiddler at tiddlywiki.com :
<$reveal type="match" state=<<qualify "cal_">> text="close" default="close">
<$button set=<<qualify "cal_">> setTo="open"
class="tc-btn-invisible">{{$:/core/images/right-arrow}}
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "cal_">> text="open">
<$button set=<<qualify "cal_">> setTo="close" class="tc-btn-invisible">
{{$:/core/images/down-arrow}}
<$macrocall $name='colour-picker' actions="
<$action-setfield $tiddler='TestColourPicker' $index='background-color'
$value=<<colour-picker-value>>/>
"/>
</$button>
</$reveal>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b70a6cd7-9a0c-4efd-b7d3-3cc12c763847%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.