Re: "position: absolute" lost if is from code behind (runtime) assignment

  •  05-13-2013, 12:16 PM

    Re: "position: absolute" lost if is from code behind (runtime) assignment

    Hi eurogest03,

     

    Please open file \richtexteditor\config\default.config, find section below. 

     

          <security name="StyleBlackList">position,visibility,display</security>

     

    Change it to

     

          <security name="StyleBlackList">visibility,display</security> 

     

    Regards,

     

    Ken 

View Complete Thread