I have submitted this question in the french forum, no answer... the forum looks like dead.
Does anybody knows how can I add some CSS classes for the titles h1, h2...
To add some CSS option, I edit the file jquery.wymeditor.js :
- Code: Select all
classesItems: [{'name': 'rouge', 'title': 'paragraphe rouge', 'expr': 'p'},
{'name': 'gris', 'title': 'paragraphe gris', 'expr': 'p'},
{'name': 'gris', 'title': 'titre 2 gris', 'expr': 'h2'},
{'name': 'gris', 'title': 'titre 3 gris', 'expr': 'h3'},
{'name': 'gris', 'title': 'titre 4 gris', 'expr': 'h4'}],
The CSS file contains the styles "rouge" and "gris" (color red or gray for paragraph or title).
The CSS's classes appear near the WYMeditor field, I can apply the style for the paragraph, but it doesn't work with the title h2, h3, h4...
Can anybody help me ?