Skip to main content

constructor(htmlEditor, selectedElement) Constructor

Initializes a new instance of the ASPxClientHtmlEditorTableRowPropertiesCommandArguments class with specified settings.

Declaration

constructor(
    htmlEditor: ASPxClientHtmlEditor,
    selectedElement: any
)

Parameters

Name Type Description
htmlEditor ASPxClientHtmlEditor

The html editor in which the target element is located.

selectedElement any

The element currently selected in the HTML editor.

See Also