Hi,
I have been tinkering a bit with CalendarPlugin, in order to change
the style of some links (in particular, I want links to existing
tiddlers to be not just bold). I am now able to add extra styles to
certain links when generated by adding a custom class name to
createTiddlyLink. However, I haven't been able to figure out how to
apply CSS to only those links that point to existing tiddlers (i.e.
affected by the .tiddlyLinkExisting class, I am guessing). I have
tried adding that class to createTiddlyLink:
createTiddlyLink(daycell, title, false,"myclass
tiddlyLinkExisting");
but nothing, and also in the CSS at the end of the plugin:
.myclass .tiddlyLinkExisting {background-color:red;}
but it didn't work either. Any suggestions?
Thanks a lot,
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---