Choose style with "[element].[class]" instead of just "[element]" or ".[class]"
is it possible to create a style property for the RTE that is a little more complex than just:
[quote]Uses CSS syntax ex: h1, .redHeader, .blueTex[/quote]
for example, i want to use:
[code]h1.first[/code]
but if i choose this style in the RTE no change is applied to the html... so it's not working?
i have only little hope that there's a solution for this... at least it would be nice for one of the next versions.
Choose style with "[element].[class]" instead of just "[element]" or ".[class]"
is it possible to create a style property for the RTE that is a little more complex than just:
[quote]Uses CSS syntax ex: h1, .redHeader, .blueTex[/quote]
for example, i want to use:
[code]h1.first[/code]
but if i choose this style in the RTE no change is applied to the html... so it's not working?
i have only little hope that there's a solution for this... at least it would be nice for one of the next versions.
so long, robert
Have you created a request in codeplex already?
In the meantime you could try to override the initialization in javascript:
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/style_formats
is working on a reply...