ASPxClientHtmlEditor.GetActiveTabName Method
In This Article
Returns the name of the active HTML editor tab.
#Declaration
TypeScript
GetActiveTabName(): string
#Returns
Type | Description |
---|---|
string | A String value that is the active tab’s name. |
#Remarks
Use the GetActiveTabName method to obtain a name of the active tab. The method can return one of the following values: “Design”, “HTML”, or “Preview”.
See Also