Hi axelm

> This slider:
>
> +++^*[name] contents===
>
> I want to make the slider button (name) bold, how do I do that?
> I tried the '' (2 apostrophes), but it won't work.

NestedSlidersPluginInfo http://www.tiddlytools.com/#NestedSlidersPluginInfo
states:

"{{class{[label=key|tooltip][altlabel|alttooltip]}}}
uses label/tooltip/accesskey. {{class{...}}}, =key, |tooltip and
[altlabel|alttooltip] are optional. 'class' is any valid CSS class
name, used to style the slider label text. 'key' must be a single
letter only. altlabel/alttooltip specify alternative label/tooltip for
use when slider/floating panel is displayed. Note: you can use HTML
syntax within the label text to include HTML entities (e.g., »
(») or &#x25ba; (►), or even embedded images (e.g., <img src="images/
eric3.gif">)."

This should work (untested):
Copy this class definition into your StyleSheet tiddler:
.bold
        { font-weight:bold; }
Put the "classwrapper" around your button like this:

+++^*{{bold{[name]}}} contents===

If you like to have a bunch of nice predefined css-classes into to
your TW you could copy Eric's (tiddlytools.com) StyleSheetShortcuts:
http://www.tiddlytools.com/#StyleSheetShortcuts.
When you have copied it - you transclude/embed it into your StyleSheet
tiddler by writing a wikilink: Title enclosed in double square
brackets: [[StyleSheetShortcuts]]

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to