Hi Dave,
With InlineJavascriptPlugin you could pot something like this in a
tiddler called "WelcomeScript"...
<script>
config.options.chkWelcomeSlider=true;
</script>{{welcome{<<slider
chkWelcomeSlider
WelcomeScript##MESSAGE
"Welcome friend!"
"Click to show welcome section"
>>}}}<script>
(function($){
$('.welcome .button',place).css({
'text-align':'center',
'display':'block',
'width':'94%',
'font-size':'3em',
'padding':'0.5em',
'line-height':'1em',
'margin':'0'}).click;
setTimeout(function(){
$('.welcome .sliderPanel',place).slideUp();},
5000);
})(jQuery);
</script>/%
!MESSAGE
{{button{
{{title{How are you?}}}
''Nice to see you again!''
{{title{Carpe Diem!}}}
}}}
!END%/
Cheers, Tobias.
[1] http://tiddlytools.com/#InlineJavascriptPlugin
--
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.