Hi All
I am trying to learn how to use external plugins. For example I am
currently playing/testing a script that creates re-sizeable floating
window with tabs....(http://www.dhtmlgoodies.com/index.html?
whichScript=floating_window_with_tabs)
The instructions detail some code that normally goes into the <head>
part of a page ( - {{{<script type="text/javascript"
src="floating_window_with_tabs.js"></script>}}} .....so I put that
into MarkupPreHead tiddler. And I put the js and css files in the same
folder.
Now there is a part that goes in the body <body> section....which in
this case is a nest of <div>....</divs>....since this would normally
be in the body of a page I put this in a tiddler inbetween <html>
markers.
and then it says to call a javascript function....that reads
initFloatingWindowWithTabs('window1',Array('Info','More info','The
end'),200,220,50,50,true,false,false,true,false,false);
I put this in a tiddler tagged systemConfig (between //
{{{..//}}}).....but on re-initialize the Plugin Manager gives me a
syntax error for this new tidddler. Tried puting this into another
tiddler in <script> tags but that does not get me anywhere.
Guess I am missing something critical...and probably quite
simple......
How can I get this simple plugin working within TW?
Thanks in Advance
Skye
--
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.