or
<
telerik:RadEditor
ID
=
"tbNote"
runat
=
"server"
Width
=
"502px"
TextMode
=
"MultiLine"
Wrap
=
"True"
EditModes
=
"Design"
Height
=
"250px"
Style
=
"border: 1px solid navy;"
>
<
Tools
>
<
telerik:EditorToolGroup
Tag
=
"BasicFunctions"
>
<
telerik:EditorTool
Name
=
"Cut"
/>
<
telerik:EditorTool
Name
=
"Copy"
/>
<
telerik:EditorTool
Name
=
"Paste"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"Bold"
/>
<
telerik:EditorTool
Name
=
"Italic"
/>
<
telerik:EditorTool
Name
=
"Underline"
/>
<
telerik:EditorTool
Name
=
"StrikeThrough"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"FindAndReplace"
/>
<
telerik:EditorTool
Name
=
"Print"
/>
<
telerik:EditorTool
Name
=
"AjaxSpellCheck"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"Undo"
/>
<
telerik:EditorTool
Name
=
"Redo"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"Outdent"
/>
<
telerik:EditorTool
Name
=
"Indent"
/>
<
telerik:EditorTool
Name
=
"InsertOrderedList"
/>
<
telerik:EditorTool
Name
=
"InsertUnorderedList"
/>
</
telerik:EditorToolGroup
>
<
telerik:EditorToolGroup
Tag
=
"FontTools"
>
<
telerik:EditorTool
Name
=
"FontName"
/>
<
telerik:EditorTool
Name
=
"FontSize"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"JustifyLeft"
/>
<
telerik:EditorTool
Name
=
"JustifyCenter"
/>
<
telerik:EditorTool
Name
=
"JustifyRight"
/>
<
telerik:EditorTool
Name
=
"JustifyFull"
/>
</
telerik:EditorToolGroup
>
</
Tools
>
<
Content
>
</
Content
>
</
telerik:RadEditor
>
<
PagerStyle
Mode
=
"slider"
Wrap
=
"true"
></
PagerStyle
>
<
telerik:RadWindowManager runat="server" ID="RadWindowManager1"
VisibleStatusbar="false" Height="600px" Width="800px"
>
<Windows>
<telerik:RadWindow ID="TranslationView" runat="server" OnClientClose="OnClientClose"
NavigateUrl="TagLanguageVerticalView.aspx" runat="server" VisibleStatusbar="false"
Title="Translation View">
</telerik:RadWindow>
<telerik:RadWindow ID="History" Top="20" Left="100"
runat="server" NavigateUrl="History.aspx" VisibleStatusBar="false" Title="History">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>
<
telerik:RadButton
runat
=
"server"
ID
=
"btn"
OnClientClick
=
"alert('test');"
Width
=
"100"
ButtonType
=
"LinkButton