hey all
I'm using the
TiddlyLightBoxPlugin [
http://tiddlywiki.squize.org/#TiddlyLightBoxPlugin,
http://tiddlywiki.squize.org/#TiddlyLightBoxDocs] to show a div inside a lightbox using the following code
inside a tiddler
<html><div id="jdfsf36" style="display:none;" > <div style="position: fixed; left: 0px; top: -20px;">><iframe src="
http://novelty.tiddlyspot.com" width=1366 height=768" scrolling="no" frameborder="0"></iframe></html>
<<divbox "The Novelty Projekt" "jdfsf36" "" scrolling="no" 1250 750>>
I'm looking for a way to somehow replace the <<divbox "The Novelty Projekt" "jdfsf36" "" scrolling="no" 1250 750>> bit with some sort of an html link.
The idea is to do something like
<html>
<a href="#" onclick="story.closeAllTiddlers();[divbox code here]" >The Novelty Projekt</a></html>
so when the lighbox opens all currently dispalyed tiddlers automatically close
thanks in advance
sklpns