| <img style="border-style: solid; border-width: 0px;" usemap="#rade_img_map_1255441215788" alt="product logo" src="../../Img/productLogoLight.gif" />is not simply an HTML Editor |
| <a href="http:///">http://</a> |
I am currently using Telerik version 2008.3.1105.35
I have set width and height for the radwindow manager but i was not reflecting when page render. the width and height automanically changed at the runtime. following code we used for radwindow.
"<telerik:RadWindowManager ID="RadWinMgrQualification" runat="server" Left="" NavigateUrl="" Title="" Top="" >
<Windows>
<telerik:RadWindow ID="Qualification" runat="server" Modal="True" Title="Qualification" Height="500px"
Width="600px" Left="100px" Top="100px" ReloadOnShow="True" Behavior="None" />
</Windows>
</telerik:RadWindowManager>"
how to give fixed height and width for radwindow.
| <telerik:RadTabStrip ID="radtabstrip1" runat="server" Skin="Web20" MultiPageID="RadMultiPage1"> |
| <tabs> |
| <telerik:RadTab Text="HTML"> |
| </telerik:RadTab> |
| <telerik:RadTab Text="TEXT"> |
| </telerik:RadTab> |
| </tabs> |
| </telerik:RadTabStrip> |
| <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0"> |
| <telerik:RadPageView ID="RadPageView1" runat="server" Visible="true"> |
| <telerik:RadEditor ID="HTMLEditor" OnClientLoad="OnClientLoad" EditModes="All" |
| SkinID="BasicSetOfTools" Width="650" Height="460px" runat="server" Skin="Web20" |
| ExternalDialogsPath="~/EditorDialogs/" EnableResize="false" > |
| <modules> |
| <telerik:EditorModule Name="RadEditorStatistics" Enabled="true" Visible="true" /> |
| <telerik:EditorModule Name="RadEditorNodeInspector" Enabled="true" Visible="true" /> |
| <telerik:EditorModule Name="RadEditorDomInspector" Enabled="true" Visible="true" /> |
| </modules> |
| <contextmenus> |
| <telerik:EditorContextMenu TagName="A" Enabled="true"> |
| <telerik:EditorTool Name="Unlink" /> |
| <telerik:EditorTool Name="LinkManager" /> |
| </telerik:EditorContextMenu> |
| <telerik:EditorContextMenu TagName="*" Enabled="true"> |
| <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" /> |
| <telerik:EditorDropDown Name="PasteFromWord" /> |
| <telerik:EditorDropDown Name="PastePlainText" /> |
| <telerik:EditorDropDown Name="LinkManager" /> |
| </telerik:EditorContextMenu> |
| <telerik:EditorContextMenu TagName="IMG"> |
| <telerik:EditorTool Name="Cut" /> |
| <telerik:EditorTool Name="Copy" /> |
| <telerik:EditorTool Name="Paste" /> |
| </telerik:EditorContextMenu> |
| </contextmenus> |
| <tools> |
| <telerik:EditorToolGroup> |
| <telerik:EditorTool Name="SaveDesign" Text="Save" ShowText="true" ShowIcon="false" /> |
| <telerik:EditorTool name="ClearHTML" ShowText="true" ShowIcon="false" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="AjaxSpellCheck" ShowIcon="true" /> |
| <telerik:EditorTool Name="FindAndReplace" ShowIcon="true" /> |
| <telerik:EditorTool Name="Cut" /> |
| <telerik:EditorTool Name="Copy" /> |
| <telerik:EditorTool Name="Paste" /> |
| <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" /> |
| <telerik:EditorTool Name="FormatStripper" ShowIcon="true" /> |
| <telerik:EditorTool Name="InsertHorizontalRule" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="Undo" ShowIcon="true" /> |
| <telerik:EditorTool Name="Redo" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="LinkManager" ShowIcon="true" /> |
| <telerik:EditorTool Name="Unlink" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="InsertTable" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="ToggleScreenMode" Text="Full Screen" /> |
| </telerik:EditorToolGroup> |
| <telerik:EditorToolGroup> |
| <telerik:EditorTool Name="FormatBlock" ShowIcon="true" /> |
| <telerik:EditorTool Name="FontName" Text="Font" /> |
| <telerik:EditorTool Name="FontSize" Text="Size" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="JustifyLeft" Text="Left" /> |
| <telerik:EditorTool Name="JustifyCenter" Text="Center" /> |
| <telerik:EditorTool Name="JustifyRight" Text="Right" /> |
| <telerik:EditorTool Name="JustifyFull" Text="Both" /> |
| <telerik:EditorTool Name="JustifyNone" Text="None" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="ForeColor" ShowIcon="true" /> |
| <telerik:EditorTool Name="BackColor" ShowIcon="true" /> |
| <telerik:EditorTool Name="Bold" /> |
| <telerik:EditorTool Name="Italic" Text="Italic" /> |
| <telerik:EditorTool Name="Underline" Text="Underline" ShowIcon="true" /> |
| </telerik:EditorToolGroup> |
| </tools> |
| <content></content> |
| </telerik:RadEditor> |
| </telerik:RadPageView> |
| <telerik:RadPageView ID="RadPageView2" runat="server" Visible="true"> |
| <telerik:RadEditor ID="textEditor" OnClientLoad="OnClientLoadTextEditor" SkinID="BasicSetOfTools" |
| Width="650px" Height="460px" runat="server" Skin="Web20" ExternalDialogsPath="~/EditorDialogs/" |
| OnClientCommandExecuting="OnClientCommandExecuting" EditModes="Design" StripFormattingOptions="AllExceptNewLines" |
| StripFormattingOnPaste="AllExceptNewLines" EnableResize="false"> |
| <modules> |
| <telerik:EditorModule Name="RadEditorStatistics" Enabled="true" Visible="true" /> |
| <telerik:EditorModule Name="RadEditorNodeInspector" Enabled="true" Visible="true"/> |
| <telerik:EditorModule Name="RadEditorDomInspector" Enabled="true" Visible="true" /> |
| </modules> |
| <tools> |
| <telerik:EditorToolGroup> |
| <telerik:EditorTool Name="SaveDesignFromText" ShowText="true" ShowIcon="false" /> |
| <telerik:EditorTool name="ClearText" ShowText="true" ShowIcon="false" /> |
| <telerik:EditorTool Name="GetHtmlContent" Text="INSERT TEXT FROM HTML" ShowText="true" |
| ShowIcon="false" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="AjaxSpellCheck" ShowIcon="true" /> |
| <telerik:EditorTool Name="FindAndReplace" ShowIcon="true" /> |
| <telerik:EditorTool Name="Cut" /> |
| <telerik:EditorTool Name="Copy" /> |
| <telerik:EditorTool Name="Paste" /> |
| <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="Undo" ShowIcon="true" /> |
| <telerik:EditorTool Name="Redo" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="ConvertToLower" ShowIcon="true" /> |
| <telerik:EditorTool Name="ConvertToUpper" ShowIcon="true" /> |
| <telerik:EditorTool Name="FormatStripper" ShowIcon="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="ToggleScreenMode" Text="Full Screen" /> |
| <telerik:EditorTool Name="ImageManager" Enabled="false" Visible="false" /> |
| <telerik:EditorTool Name="ImageEditor" Enabled="false" Visible="false" /> |
| <telerik:EditorTool Name="ImageMapDialog" Enabled="false" Visible="false" /> |
| <telerik:EditorTool Name="LinkManager" Enabled="false" Visible="false" /> |
| <telerik:EditorTool Name="Unlink" Enabled="false" Visible="false" /> |
| </telerik:EditorToolGroup> |
| </tools> |
| </telerik:RadEditor> |
| </telerik:RadPageView> |
| </telerik:RadMultiPage> |

Hi,
I’ve discovered a bug in the editor version 2009.2 826.
Steps to reproduce:
| <table cellspacing="0" cellpadding="0"> |
| <tbody> |
| <tr> |
| <td valign="top"> |
| <img width="24px" height="20px" src="http://www.telerik.com/App_Themes/ProductOverview/quotmark-left.gif" alt="" /> |
| </td> |
| <td> |
| <a href="#left-item-1" style="font-family: arial, verdana, helvetica; color: #000000; |
| font-size: 11px; text-decoration: none;">left item 1</a> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
Is there a way to disable the HTML reformatting of the editor completely? If not, I would like to suggest it for a future version of the editor. For us, it’s very (very!) important to leave the HTML exactly as it is provided by us.
Thanks,
Ramon
