Firstly, great editor I'm currently building it into my CMS.
The issue I have is that I'm not that great at js and am having trouble skinning the editor. I'd like to be able to restrict the "containers" to ones I've allowed the mods to use. It's a strict W3C Compliant CMS so I don't want them re-using the H1 tag for instance.
I love the fact that they have no options to modify the fonts but I'd like to also restrict the containers they can use. Is there an easy way to do this? I removed the relevant lines from the jquery.wymeditor.js
- Code: Select all
AT LINE 140:
containersItems: [
{'name': 'P', 'title': 'Paragraph', 'css': 'wym_containers_p'},
{'name': 'H3', 'title': 'Heading_3', 'css': 'wym_containers_h3'},...
but this hasn't made a slight difference!!
I'd also like to style the HTML Text Area and change the font in there from Times New Roman. I've sorted this using the skin css file but can't change the size without it overwriting the container styles. Any clues?
Thanks for your help!