Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditor.SetActiveTabByName(name) Method

Set an active tab specified by its name.

Declaration

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