Thanks a lot Tobias

It works very well :-)

cheers Måns

On 24 Jun., 11:22, Tobias Beer <[email protected]> wrote:
> Ah, there you go, I knew it was utterly simple.
>
> Just add...
>
> <<option chkStopSlides>>
>
> ...anywhere in a tiddler or...
>
> <span macro="option chkStopSlides"></span>
>
> ...in a template, and it will toggle your option cookie.
>
> Tobias.
>
> On 24 Jun., 11:07, Tobias Beer <[email protected]> wrote:
>
>
>
> > If I understand right,  you should change the first line of the
> > onclick handler in SlideshowTimer to...
>
> > target.onclick = function() {
> >         if (!this.timer || config.options.chkStopSlides) {
>
> > ...and then have a checkbox called "stop slides" anywhere you like
> > which toggles the option.
>
> > I believe, besides the AdvancedOptions (with "Show unknown options"
> > turned on) there was a simple solution to set options via checkboxes
> > without the use of CheckBoxPlugin, but I can't remember it.
>
> > Tobias.

-- 
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.

Reply via email to