Hi there,
This is how we are using RadEditor (ASP.NET AJAX 2008.31125) in one of our pages:
<telerik:radeditor
ID="RadEditor1"
runat="server"
EditModes="Design,Html"
AutoResizeHeight="true"
EnableViewState="true"
BorderWidth="1"
Skin="Telerik"
ToolsFile="../RadControls/Editor/ToolsFile.xml"
EnableResize="false">
<ContextMenus>
<telerik:EditorContextMenu Enabled="false" />
<telerik:EditorContextMenu TagName="IMG" Enabled="false" />
<telerik:EditorContextMenu TagName="TABLE" Enabled="false" />
</ContextMenus>
</telerik:radeditor>
AutoResizeHeight works fine, when BorderWidth is set to "1". But when I remove BorderWidth or set it to "0", AutoResizeHeight functionality is not working properly and size of the editor decreases for every keystroke.
.
Please let me know what you think.
Thanks, Lakshman
This is how we are using RadEditor (ASP.NET AJAX 2008.31125) in one of our pages:
<telerik:radeditor
ID="RadEditor1"
runat="server"
EditModes="Design,Html"
AutoResizeHeight="true"
EnableViewState="true"
BorderWidth="1"
Skin="Telerik"
ToolsFile="../RadControls/Editor/ToolsFile.xml"
EnableResize="false">
<ContextMenus>
<telerik:EditorContextMenu Enabled="false" />
<telerik:EditorContextMenu TagName="IMG" Enabled="false" />
<telerik:EditorContextMenu TagName="TABLE" Enabled="false" />
</ContextMenus>
</telerik:radeditor>
AutoResizeHeight works fine, when BorderWidth is set to "1". But when I remove BorderWidth or set it to "0", AutoResizeHeight functionality is not working properly and size of the editor decreases for every keystroke.
.
Please let me know what you think.
Thanks, Lakshman