HiHi, I knew, that I should have been waiting a little bit longer :) >Can you make the currently viewed image, if clicked again, open in a >fancybox?? That would be awesome!! That was exactly my intention.
>If you already use fancybox-plugin you don't need to include >mousewheel-plugin - right? If the mousewheel-plugin space is included everything is ok. If you copy/pasted the mousewheelplugin it is only needed once. ==== There should be no fET needed. See [1] fancyBox plugin creates a container, with a class='imgStack', that contains some span's. So roundabout can use it <<roundabout selector:'.imgStack' childSelector:'span' defaults: ....>> be aware of the _dot_ in front of '.imgStack' It's a jQuery class selector. ===== At the moment, some CSS stuff is hardcoded inside <html><style> tags. I am not sure yet, if my plugin needs to fix it, or if I need to fix the library. Needs some more investigation. have fun! -m [1] http://fancybox.tiddlyspace.com/#Example_RoundaboutAndFancy On Feb 21, 12:57 am, Måns <[email protected]> wrote: > Hi Mario > > I'd like to be able to use a fET generated section tiddler with fancyboxed > images > for a roundabout wheel - is it possible?? > > sth like: > <<forEachTiddler where 'tiddler.tags.contains("image")' > sortBy 'tiddler.title' > write > '"!"+tiddler.title+"\n<<image [["+tiddler.title+"]]100 > link:[[http://XXXX.tiddlyspace.com/"+tiddler.title+"]]\>\>\n<<fancyBox\>\>\n"' > > > > > > > > -- 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.

