What version of Umbraco are you using? If it's the latest version you should be able to add any html you'd like since the <TidyEditorContent>False</TidyEditorContent> setting in umbracoSettings.config is set to "False" by default since the 4.9 or 4.10 release I think.
So if you're using a version before that then try and change this setting to false.
Otherwise try creating a macro with a parameter based on "textbox multiple". Then make sure it can be inserted in the rich text editor and when inserting it copy/paste you applet code into it and then make sure to fetch the value in your razor or xslt code.
How to embed <APPLET> in umbraco?
Hi,
Im trying to embed a java applet an umbraco subarticle. How do i do this?
Whenever i enter the HTML editor, and try to add the <APPLET> arguments, it just gets "deleted", and i wont get any further.
Help appreciated. Thanks :)
Hi Killingeskibet and welcome to our :)
What version of Umbraco are you using? If it's the latest version you should be able to add any html you'd like since the <TidyEditorContent>False</TidyEditorContent> setting in umbracoSettings.config is set to "False" by default since the 4.9 or 4.10 release I think.
So if you're using a version before that then try and change this setting to false.
Otherwise try creating a macro with a parameter based on "textbox multiple". Then make sure it can be inserted in the rich text editor and when inserting it copy/paste you applet code into it and then make sure to fetch the value in your razor or xslt code.
Hope this makes sense.
/Jan
Think you'll need to update the config/tinymceconfig.config as well to alter the allowed elements in the <valid> node.
http://www.tinymce.com/wiki.php/Configuration:valid_elements
is working on a reply...