aspnet-114535-components-html-editor-concepts-dialogs-change-element-properties-dialog.md
The Change Element Properties dialog allows users to customize properties of the element selected in the tag inspector.
On the client side, the ASPxHtmlEditor API allows you to manage the opened dialog programmatically. Depending on the type of the page element, the dialog allows users to edit different properties.
|
Dialog UI elements
|
Client method
| | --- | --- | |
“Common Settings” Tab UI elements
|
ASPxClientHtmlEditorDialogBase.GetOkButton
ASPxClientHtmlEditorDialogBase.GetCancelButton
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetIdTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetTitleTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetDirectionComboBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetWidthValueSpinEdit
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetHeightValueSpinEdit
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetWidthValueTypeComboBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetHeightValueTypeComboBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetValueTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetNameTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetInputTypeComboBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetTabIndexTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetDisabledCheckBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetActionTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetMethodTextBox
ASPxClientHtmlEditorChangeElementPropertiesDialog.GetForTextBox
| |
“Style Settings” Tab UI elements
|
Margins
ASPxClientHtmlEditorEditElementDialog.GetTopMarginTextBox
ASPxClientHtmlEditorEditElementDialog.GetRightMarginTextBox
ASPxClientHtmlEditorEditElementDialog.GetBottomMarginTextBox
ASPxClientHtmlEditorEditElementDialog.GetLeftMarginTextBox
Border
ASPxClientHtmlEditorEditElementDialog.GetBorderWidthSpinEdit
ASPxClientHtmlEditorEditElementDialog.GetBorderColorColorEdit
ASPxClientHtmlEditorEditElementDialog.GetBorderStyleComboBox
CSS
ASPxClientHtmlEditorEditElementDialog.GetCssClassNameComboBox
|