I set the telerik editor control to 100x250 size. the size is correct after loading. but once I press on the HTML button the editor changes its height. why is this happening?
Telerik control: Ajax Q3 2009
browser: Firefox 3.5.5
here's the snippet when creating an editor:
<telerik:radeditor id="textEditor" runat="server" OnClientLoad="resize"
EnableResize="False" Height="100px" Width="250px">
<Tools>
<telerik:EditorToolGroup >
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
</telerik:EditorToolGroup>
</Tools>
Thanks,
Paul
Telerik control: Ajax Q3 2009
browser: Firefox 3.5.5
here's the snippet when creating an editor:
<telerik:radeditor id="textEditor" runat="server" OnClientLoad="resize"
EnableResize="False" Height="100px" Width="250px">
<Tools>
<telerik:EditorToolGroup >
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
</telerik:EditorToolGroup>
</Tools>
Thanks,
Paul
