auto adjusting height / colors

Last post 10-18-2012, 3:16 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-18-2012, 9:27 AM 75019

    auto adjusting height / colors

    hello i wanted to ask if the following is possible with your editor : 
    i got viewing page and editing page . on the editing page i need a regular editor etc... 
    but on the viewing page its a little more then that 
    i need the height of the editor to auto adjust to the text ( having trouble finding an editor who supports that ) 
    and other then that i need to fit the editor into the page , what i mean by that is , make toolbar visible=false make background and border colors same as the page current setup etc.. so that the outcome will be a designed text without any editor leftovers (the user will never know there is an editor in there). 
    hope i made it clear enough ; ) 
    Thanks from advance!!
  •  10-18-2012, 3:16 PM 75023 in reply to 75019

    Re: auto adjusting height / colors

    Hi kresa33333,

     

    Question 1

     

    Please set property ResizeMode="AutoAdjustHeight", then the editor will auto adjusting the height

     

     <RTE:Editorrunat="server"ID="Editor1"Height="260px" ResizeMode="AutoAdjustHeight"/>

     

    Question 2

     

    The examples below should match your requirement

     

    http://richtexteditor.com/demo/switch_editor.aspx

     

    http://richtexteditor.com/demo/multi_editor.aspx

     

    Regards,

     

    ken 

View as RSS news feed in XML