HTML Editor for ASP.NET AJAX

Professional Edition
Client Reference

Namespace: Winthusiasm.HtmlEditor
Class: HtmlEditor

MethodDescription
EnableButtonEnables or disables a toolbar button.
EnableSelectEnables or disables a toolbar select box.
EnableToolbarEnables or disables the elements in a toolbar.
ExecuteCommandInterface for execCommand commands.
FindDialogInfoReturns the dialog information for the named dialog.
FindToolbarElementReturns the id and other information about a toolbar element, encapsulated in a single object.
GetContextReturns the current selection and range information, encapsulated in a single context object.
GetCountStatusReturns the current count information.
GetDesignModeDocumentReturns the Design mode document.
GetDialogInfoReturns the dialog information for the current dialog.
GetEditorSizeReturns the current editor size.
GetLastContextReturns the last context in the Design mode editor.
GetModeReturns the current editor mode.
GetTextThis method returns the html in the editor.
GetVersionReturns the current version of the editor.
InDialogReturns if a dialog is currently displayed.
InsertHtmlInserts html at the last context location when in Design mode.
IsLockedReturns if editor input is currently locked.
IsModifiedReturns if the modified flag is set.
MessageBoxDisplays a message box with heading, html message, and OK button.
SavePerforms a client-side save after completing all appropriate conversions.
SaveIfModifiedExecutes the Save method if the modified flag is set.
SetEditorSizeSets the editor size on the client.
SetModeSets the current editor mode.
SetTextThis method sets the html in the editor.
ToAbsolutePathReturns the absolute path for a given path.
ToRelativePathReturns the relative path for a given path.
ToRootRelativePathReturns the root relative path for a given path.