Provides access to the client object of the "Left margin" text box in the Html Editor's dialogs (Style Settings).
Namespace:DevExpress.Web.ASPxHtmlEditor.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function GetLeftMarginTextBox() : ASPxClientTextBox;
|
Return value
Type:
ASPxClientTextBox
A ASPxClientTextBox object.

Remarks
Use the GetLeftMarginTextBox method to access the "Left margin" text box in the Html Editor's Dialogs (Style Settings).
For more information about client APIs related to the Html Editor's dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.
Online Demo: Html Editor - Dialog Customization

See Also