or

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <table width="600" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top" style="background-color: #616265;"> </td> </tr> <tr> <td> <table width="100%" cellspacing="20" cellpadding="0" border="0"> <tbody> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="background-color: #616265;"> <table width="100%" cellspacing="20" cellpadding="0" border="0"> <tbody> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="width: 556px; background-color: #bdbdbd;"><br /> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td style="width: 22px; background-color: #bdbdbd;"><br /> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br /> <br /> <br /> </body></html>


Private Sub formatFieldScriptingHtml(ByRef re As RadEditor, ByVal textdir As eDocLibrary.eDocFieldInfo.textDirection) re.ToolsFile = "~/include/FieldScriptingToolsFile.xml" 're.DisableFilter(EditorFilters.IndentHTMLContent) re.ContentFilters = EditorFilters.None 'This button needs to be added in codebehind, because it gets localized button text 'The other buttons are standard toolbar buttons that get localized by Telerik Dim toVB = New Telerik.Web.UI.EditorTool toVB.Name = "toVB" toVB.Text = Resources.Main.ConvertToVbButtonText '"Convert to VB", localized toVB.ShowIcon = False toVB.ShowText = True re.Tools(0).Tools.Add(toVB)' ... omitted codeEnd Sub<telerik:RadScriptBlock> <script> Telerik.Web.UI.Editor.CommandList["toVB"] = function (commandName, editor, args) { var ajaxManager = $find("<%= AjaxManager.ClientID%>"); ajaxManager.ajaxRequest("toVB"); } </script></telerik:RadScriptBlock>