we have multiple rich text editors datatypes in our CMS. One is the normal Rich Text Editor and the other one is a severly stripped back version. All it allows the user to do is add links and text. We were using the Simple Editor but from a client/user perspective didn't like the fact it didn't have the linking functionality the Rich Text Editor had, it's more manual in the simple editor.
In this stripped back version we don't want the user to be able to enter in empty <p> tags so we were looking at changing the /config/tinyMceConfig.config file to have the setting "-p[......]". From what I can see though if I make this change this will affect all the RichTextEditor datatypes in the deployment? Is there anyway to do it so that it only affects one?
spent hours looking for exactly any kind of example of this functionality......... surprised is not more widely required or documented . I did come also this blog which I may use as a type of work around to create effectivity my own buttons and restrict template etc that way...
Different tinyMCE config files
Hi,
we have multiple rich text editors datatypes in our CMS. One is the normal Rich Text Editor and the other one is a severly stripped back version. All it allows the user to do is add links and text. We were using the Simple Editor but from a client/user perspective didn't like the fact it didn't have the linking functionality the Rich Text Editor had, it's more manual in the simple editor.
In this stripped back version we don't want the user to be able to enter in empty <p> tags so we were looking at changing the /config/tinyMceConfig.config file to have the setting "-p[......]". From what I can see though if I make this change this will affect all the RichTextEditor datatypes in the deployment? Is there anyway to do it so that it only affects one?
Thanks,
Pat
Me too, any ideas anyone?
I cannot see how to call custom configs per RichTextEditor either. I would be interested in a solution too.
spent hours looking for exactly any kind of example of this functionality......... surprised is not more widely required or documented . I did come also this blog which I may use as a type of work around to create effectivity my own buttons and restrict template etc that way...
http://blogs.msdn.com/b/mikerichter/archive/2010/12/20/how-to-add-a-custom-button-and-plugin-to-tinymce-in-umbraco-4-5.aspx
is working on a reply...