Skip to main content
A newer version of this page is available. .
JS

RichEditBuilder Methods

A builder for the Rich Text Editor.
Name Description
AutoCorrect(Action<AutoCorrectSettingsBuilder>) Specifies what autocorrect features are enabled.
Bookmarks(Action<BookmarksSettingsBuilder>) Specifies the bookmarks’ appearance.
ConfirmOnLosingChanges(Action<ConfirmOnLosingChangesBuilder>) Allows you to customize settings of a confirmation message that can be displayed when any unsaved data changes are going to be lost.
CssClassName(String) Sets a specified CSS class to be applied to the Rich Text Editor.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportUrl(String) Specifies the path where the exported document is sent for saving.
Fields(Action<FieldsSettingsBuilder>) Specifies the fields’ settings.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Specifies the Rich Text Editor’s height on the page.
Height(String) Specifies the Rich Text Editor’s height on the page.
MailMerge(Action<MailMergeSettingsBuilder>) Allows you to configure MailMerge settings.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Specifies an identifier for the element representing the Rich Text Editor on the page.
OnActiveSubDocumentChanged(String) Assigns an event handler to a client event that occurs when the active sub-document is substituted with another sub-document.
OnAutoCorrect(String) Assigns an event handler to a client event that occurs when text is typed in the control.
OnCalculateDocumentVariable(String) Fires when a DOCVARIABLE field is updated.
OnCharacterPropertiesChanged(String) Assigns an event handler to a client event that occurs when the characters’ formatting is changed.
OnContentInserted(String) Assigns an event handler to a client event that occurs when content is inserted into the document.
OnContentRemoved(String) Assigns an event handler to a client event that occurs when content is removed from the document.
OnCustomCommandExecuted(String) Assigns an event handler to a client event that occurs after a custom command has been executed on the client side.
OnDocumentChanged(String) Assigns an event handler to a client event that occurs if any change is made in the document.
OnDocumentFormatted(String) Assigns an event handler to a client event that occurs when a document layout is formatted.
OnDocumentLoaded(String) Assigns an event handler to a client event that occurs when a document model is loaded into the control.
OnGotFocus(String) Assigns an event handler to a client event that occurs when the control receives focus.
OnHyperlinkClick(String) Assigns an event handler to a client event that occurs when a hyperlink is clicked.
OnKeyDown(String) Assigns an event handler to a client event that occurs when a key is pressed while the Rich Text Editor’s document has focus.
OnKeyUp(String) Assigns an event handler to a client event that occurs when a key is released while the Rich Text Editor’s document has focus.
OnLostFocus(String) Assigns an event handler to a client event that occurs when the control loses focus.
OnParagraphPropertiesChanged(String) Assigns an event handler to a client event that occurs when a paragraph’s formatting is changed.
OnPointerDown(String) Assigns an event handler to a client event that occurs when a key is pressed while the Rich Text Editor’s document has focus.
OnPointerUp(String) Assigns an event handler to a client event that occurs when when a key is released while the Rich Text Editor’s document has focus.
OnSaved(String) Allows you to perform custom actions after a document is saved.
OnSaving(String) Allows you to save a document.
OnSelectionChanged(String) Assigns an event handler to a client event that occurs when selection is changed in the document.
Open(Func<Byte[]>, DocumentFormat) Opens a document specified by an array of bytes.
Open(Func<Stream>, DocumentFormat) Opens a document specified by a stream.
Open(String, DocumentFormat) Opens a document by the specified path.
Open(String) Opens a document by the specified path.
ReadOnly(Boolean) Gets or sets a value indicating whether an end-user can change the Rich Text Editor contents at runtime.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Ribbon(Action<RichEditRibbonSettingsBuilder>) Allows you to customize the ribbon element.
ToString() Returns a string that represents the current object. Inherited from Object.
Unit(Unit) Sets the unit for dimensions in dialogs.
Views(Action<ViewsSettingsBuilder>) Specifies the Rich Text Editor’s view mode.
Width(Int32) Specifies the Rich Text Editor’s width on the page.
Width(String) Specifies the Rich Text Editor’s width on the page.
WriteTo(TextWriter, HtmlEncoder) Writes this Rich Text Editor to the writer.
See Also