Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Killingeskibet 1 post 21 karma points
    Jan 26, 2013 @ 19:29
    Killingeskibet
    0

    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 :)

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Jan 26, 2013 @ 20:50
    Jan Skovgaard
    0

    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

  • Mike Chambers 621 posts 1203 karma points c-trib
    Jan 28, 2013 @ 09:22
    Mike Chambers
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies