I want to allow any kind of tags in my V7 WYSIWYG-Editor.
Did not find the configuration-setting TidyEditor and my changes to the tinyMceConfig.config did not changed anything (even after applicationpool refresh, web.config editing).
<validElements>
<![CDATA[*[*]]]>
</validElements>
So is there a new kind of configuration method in version 7?
Please let me know how I can prevent the editor from trimming my html-code.
A customer of us want to insert inline-style, cause he has an export-program, that generates html-output from a manual of their software and they don't want to restyle it again in umbraco (but he needs the possibility to, so just a multiple text field do not fit). That's why we need this.
So internal styling is not possible with tinyMCE?
Unfortunaltey - I cannot reply to your anwser anymore, cause of the iframe you inserted. :)
But I tried it, iframe-Tag is ok.
I guess we have to provide a textfield for the script and style-tags and a tinymce for the normal html-content.
Would be best practise anyway, cause we can place the styles in the header-tag.
But after all, I don't like it if the editor tells me what I am allowed to insert. :) I have the power! As He-Man once said. *g
V7 Tinymce configuration
Hi,
I want to allow any kind of tags in my V7 WYSIWYG-Editor.
Did not find the configuration-setting TidyEditor and my changes to the tinyMceConfig.config did not changed anything (even after applicationpool refresh, web.config editing).
So is there a new kind of configuration method in version 7?
Please let me know how I can prevent the editor from trimming my html-code.
Cheers -
Tom
Hi Thomas
Is the
Usually settings this to false should be enough - So what kind of HTML elements are you trying to allow?
/Jan
The TidyEditorContent Tag is not seen at all in the Settings-file.
I want to allow e.g. <style type="text/css">.ccs{}</style>
Hi Thomas
May I ask why you want to allow the editor to do internal styling in the rte?
If you need the editors to be able to insert internal styling you could create a multiple text field for it?
Looking forward to hearing from you.
/Jan
A customer of us want to insert inline-style, cause he has an export-program, that generates html-output from a manual of their software and they don't want to restyle it again in umbraco (but he needs the possibility to, so just a multiple text field do not fit). That's why we need this.
So internal styling is not possible with tinyMCE?
Unfortunaltey - I cannot reply to your anwser anymore, cause of the iframe you inserted. :)
But I tried it, iframe-Tag is ok.
I guess we have to provide a textfield for the script and style-tags and a tinymce for the normal html-content.
Would be best practise anyway, cause we can place the styles in the header-tag.
But after all, I don't like it if the editor tells me what I am allowed to insert. :) I have the power! As He-Man once said. *g
Hi Thomas
But would it be possible to place the styling in the template of the page then?
Or is it tied so tight together that it's not possible to split it up anyhow...are the styles generated along with the html that makes up a page?
Not sure it's possible to have internal stylesheets thrown in this way...but have you tried to insert other HTML tags like
is working on a reply...