when using rad editor in browsers like safari and google chrome, I am not able to change the font size. but when i select the text and changing the size, the font size will change.
the version of telerik i am using is 2009.3.1314.35, the version of safari is safari 5.1.2 and the version of google chrome is 4.0.211.7
my code is shown below.
the version of telerik i am using is 2009.3.1314.35, the version of safari is safari 5.1.2 and the version of google chrome is 4.0.211.7
my code is shown below.
<telerik:RadEditor ID = "rdtxtNotes" runat="server" Width="510px" > <Tools > <telerik:EditorToolGroup > <telerik:EditorTool Name ="FontName" ShowIcon ="true" /> <telerik:EditorTool Name = "RealFontSize" ShowIcon ="true" Text="10px" /> <telerik:EditorSeparator /> <telerik:EditorTool Name ="Bold" ShowIcon ="true" /> <telerik:EditorTool Name ="Italic" ShowIcon ="true" /> <telerik:EditorTool Name ="Underline" ShowIcon ="true" /> <telerik:EditorSeparator /> <telerik:EditorTool Name ="JustifyLeft" ShowIcon ="true" /> <telerik:EditorTool Name ="JustifyCenter" ShowIcon ="true" /> <telerik:EditorTool Name ="JustifyRight" ShowIcon ="true" /> <telerik:EditorSeparator /> <telerik:EditorTool Name ="InsertOrderedList" ShowIcon ="true" /> <telerik:EditorTool Name ="InsertUnorderedList" ShowIcon ="true" /> <telerik:EditorTool Name ="Indent" ShowIcon ="true" /> <telerik:EditorTool Name ="Outdent" ShowIcon ="true" /> <telerik:EditorSeparator /> </telerik:EditorToolGroup> </Tools> <Tools > <telerik:EditorToolGroup > <telerik:EditorTool Name ="ForeColor" ShowIcon ="true" /> <telerik:EditorTool Name ="BackColor" ShowIcon ="true" /> <telerik:EditorTool Name ="InsertParagraph" ShowIcon ="true" /> </telerik:EditorToolGroup> </Tools> </telerik:RadEditor>