Here's my definition
Now when I load the Page the DOM Inspector is at
HTML > BODY >SCRIPT > RemoveElement?
Clicking remove element removes the DOM Inspector...
(Also in FF I still see the issue where the cursor fills the entire editor window when it's empty)
<
telerik:RadEditor
ID
=
"backgroundPriorToMedSchoolTextBox"
runat
=
"server"
Content='<%# Bind("BackgroundPriorToMedSchool") %>'
Width="600px" Height="300px" Skin="Sitefinity" StripFormattingOnPaste="AllExceptNewLines" MaxTextLength="800"
EditModes="Design" ContentAreaCssFile="~/studentaffairsnew/styles/editor.css" ContentAreaMode="Div" >
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"Bold"
/>
<
telerik:EditorTool
Name
=
"LinkManager"
/>
<
telerik:EditorTool
Name
=
"FormatBlock"
/>
<
telerik:EditorTool
Name
=
"InsertUnorderedList"
/>
<
telerik:EditorTool
Name
=
"InsertOrderedList"
/>
</
telerik:EditorToolGroup
>
</
Tools
>
<
Modules
>
<
telerik:EditorModule
Name
=
"RadEditorDomInspector"
/>
</
Modules
>
</
telerik:RadEditor
>
Now when I load the Page the DOM Inspector is at
HTML > BODY >SCRIPT > RemoveElement?
Clicking remove element removes the DOM Inspector...
(Also in FF I still see the issue where the cursor fills the entire editor window when it's empty)