I have my styles showing in the Styles drop-down list (I specified the file via the <CssFiles> tag), but it show an additional two styles:
RadEWrongWord
RadEDomMouseOver
I don't want these styles visible in the list. I have experienced this behavior in IE 7 only, and not in FireFox 2. FF shows only my styles.
---
In a related question, how would I limit which styles from my stylesheet the end user can see? For example, my stylesheet has styles .Style1 and .Style2. I want only .Style1 to show in the Editor's Style drop-down list.
---
My Code:
| <telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" Height="250" Width="100%"> |
| <Tools> |
| <telerik:EditorToolGroup Tag="Standards"> |
| <telerik:EditorTool Name="Bold" /> |
| <telerik:EditorTool Name="Italic" /> |
| <telerik:EditorTool Name="Underline" /> |
| </telerik:EditorToolGroup> |
| <telerik:EditorToolGroup Tag="Styles" > |
| <telerik:EditorTool Name="ApplyClass" Text="Text Style" /> |
| </telerik:EditorToolGroup> |
| </Tools> |
| <CssFiles> |
| <telerik:EditorCssFile Value="~/Editor/EditorTestStylesheet.css" /> |
| </CssFiles> |
| <CssClasses> |
| <telerik:EditorCssClass Name="" Value="" /> |
| <telerik:EditorCssClass Name="Title Text" Value=".FeatureTitle" /> |
| <telerik:EditorCssClass Name="Normal Text" Value=".StandardText" /> |
| </CssClasses> |
| <Content> |
| </Content> |
| </telerik:RadEditor> |
Thanks!
Eddie
