GetHtml(String, ASPxHtmlEditorHtmlEditingSettings, HtmlEditorValidationSettings, out Boolean)
static
|
name, htmlEditingSettings, validationSettings, isValid
|
Returns the HTML markup specifying a specific HtmlEditor’s content, validated based on both the passed editing and validation settings, and indicates whether the editor content is valid.
|
GetHtml(String, ASPxHtmlEditorHtmlEditingSettings, HtmlEditorValidationSettings, EventHandler<HtmlEditorValidationEventArgs>, out Boolean)
static
|
name, htmlEditingSettings, validationSettings, validationDelegate, isValid
|
Returns the HTML markup specifying a specific HtmlEditor’s content, validated based on the passed editing settings, validation settings and custom validation logic; and indicates whether the editor content is valid.
|
GetHtml(String, ASPxHtmlEditorHtmlEditingSettings, HtmlEditorValidationSettings, EventHandler<HtmlEditorValidationEventArgs>, EventHandler<HtmlCorrectingEventArgs>, out Boolean)
static
|
name, htmlEditingSettings, validationSettings, validationDelegate, htmlCorrectionDelegate, isValid
|
Returns the HTML markup specifying a specific HtmlEditor’s content, updated based on the specified parameters.
|
GetHtml(String, ASPxHtmlEditorHtmlEditingSettings)
static
|
name, htmlEditingSettings
|
Returns the HTML markup representing a specific HtmlEditor’s content and allows it to be validated based on the settings related to the HTML editing functionality.
|
GetHtml(String)
static
|
name
|
Returns the HTML markup specifying a specific HtmlEditor’s content.
|