Copied to clipboard

Flag this post as spam?

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


  • Thomas Beckert 193 posts 469 karma points
    Apr 25, 2014 @ 17:29
    Thomas Beckert
    0

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

     <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.

    Cheers -


    Tom

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 25, 2014 @ 17:51
    Jan Skovgaard
    0

    Hi Thomas

    Is the

    Usually settings this to false should be enough - So what kind of HTML elements are you trying to allow?

    /Jan

  • Thomas Beckert 193 posts 469 karma points
    Apr 25, 2014 @ 17:56
    Thomas Beckert
    0

    The TidyEditorContent Tag is not seen at all in the Settings-file.

    I want to allow e.g. <style type="text/css">.ccs{}</style>

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 25, 2014 @ 18:00
    Jan Skovgaard
    0

    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

  • Thomas Beckert 193 posts 469 karma points
    Apr 25, 2014 @ 18:13
    Thomas Beckert
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 25, 2014 @ 18:23
    Jan Skovgaard
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft