ASPxClientHtmlEditor.SetActiveTabByName(name) Method
In This Article
Set an active tab specified by its name.
#Declaration
TypeScript
SetActiveTabByName(
name: string
): void
#Parameters
Name | Type | Description |
---|---|---|
name | string | A string value that is the name of the tab. |
#Remarks
Use the SetActiveTabByName method to set the tab with the specified name as active. The available tab names are: ‘Design’, ‘HTML’, and ‘Preview’ (or just the first name letters ‘d’, ‘h’, and ‘p’).
See Also