Hi again

I had to use double squarebrackets to make it render the image.
I tried to hide text with the notext parameter - with no effect:
{{span{+++[HULogo]>[[GettingStarted]]===<<setIcon [[HUGo.png]] notext
>>}}}
{{span{+++[TWIcon]>[[GettingStarted]]===<<setIcon [[TWIcon.png]] width:
6em ""notext" >>}}}

Of course I can omit the labeltext all along - but I'd rather know the
right syntax ..

See the testcase here: 
http://dl.getdropbox.com/u/1064531/CsvTest/testNestedSliders.html#MainMenu

YS Måns Mårtensson

On 9 Okt., 16:22, Måns <[email protected]> wrote:
> Eric and Wolfgang
> Thanks a lot for the detailed information!
> I will be able to make it work now.
>
> YS Måns Mårtensson
>
> On 9 Okt., 13:50, Eric Shulman <[email protected]> wrote:
>
>
>
> > > SetIconPlugin doesn't render images in IE... - to my knowledge.. (It
> > > doesn't in the TW's I have setup with SetIconPlugin)
>
> > SetIconPlugin simply uses the reference you provide as the 'src' value
> > for the *generated* <img src="..."> that is automatically added to the
> > desired link.
>
> > SetIconPlugin can use regular external file references and/or
> > references to 'attachment tiddlers' (created with AttachFilePlugin).
> > However, IE doesn't render attached base64-encoded images, because it
> > doesn't support the needed data:// URI.
>
> > Even so, you can still use attached images with IE, as long as you
> > include both the encoded data *and* a local or remote link to an
> > external image file in the attachment tiddler's definition.
>
> > When using a FireFox (or another non-IE browser), the attachment's
> > encoded data:// content is applied... when using IE, the attachment
> > will automatically fall back to using the local/remote link, so that
> > the images are still displayed (as long as the external file exists,
> > of course).
>
> > > I didn't know you could use seticonP with nestedSliders? - I thought
> > > it needed a macro inside a {{span{}}}
> > > {{span{<<tiddler SomeTiddler>><<setIcon SomeImage.png ""notext">>}}}...
> > > Could it be done like this??:
> > > {{span{+++[<img src=HUGo.png>|more]>
> > > [[GettingStarted]]
> > > === <<setIcon SomeImage.png ""notext" >>}}} ??
>
> > You got it *almost* right... except that you should define the nested
> > slider as usual, with text labels, and then set the image using
> > <<setIcon>>, like this:
>
> > {{span{+++[label]>[[GettingStarted]]===<<setIcon SomeImage.png
> > ""notext" >>}}}
>
> > Please viewhttp://www.tiddlytools.com/#SetIconPluginInfo##Examples
> > for a complete list of the syntax for applying <<setIcon>> to various
> > other wiki formatting sequences.
>
> > enjoy,
> > -e
--~--~---------~--~----~------------~-------~--~----~
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