BootstrapPageControl Class
# Declaration
IMPORTANT Bootstrap Controls for ASP.NET Core are in maintenance mode . We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
# Methods
# getActiveTab Method
# Declaration
# Returns
# getTab(index) Method
# Declaration
# Parameters
# Returns
# getTabByName(name) Method
# Declaration
# Parameters
# Returns
# getTabContentHTML(tab) Method
# Declaration
# Parameters
# Returns
# off<K> Method
# Declaration
TypeScript
off<K extends keyof BootstrapPageControlEventMap>(
eventName?: K,
callback?: (this : BootstrapPageControl,
args?: BootstrapPageControlEventMap[K]) => void
): this
# Parameters
Name
Type
eventName
K
callback
(this: BootstrapPageControl , args?: BootstrapPageControlEventMap[K]) => void
# Type Parameters
# Returns
# on<K>(eventName, callback) Method
# Declaration
TypeScript
on<K extends keyof BootstrapPageControlEventMap>(
eventName: K,
callback: (this : BootstrapPageControl,
args?: BootstrapPageControlEventMap[K]) => void
): this
# Parameters
Name
Type
eventName
K
callback
(this: BootstrapPageControl , args?: BootstrapPageControlEventMap[K]) => void
# Type Parameters
# Returns
# once<K>(eventName, callback) Method
# Declaration
TypeScript
once<K extends keyof BootstrapPageControlEventMap>(
eventName: K,
callback: (this : BootstrapPageControl,
args?: BootstrapPageControlEventMap[K]) => void
): this
# Parameters
Name
Type
eventName
K
callback
(this: BootstrapPageControl , args?: BootstrapPageControlEventMap[K]) => void
# Type Parameters
# Returns
# performCallback(data) Method
# Declaration
TypeScript
performCallback(
data: any
): Promise <void >
# Parameters
# Returns
# performCallback(data, onSuccess) Method
# Declaration
TypeScript
performCallback(
data: any ,
onSuccess: () => void
): void
# Parameters
Name
Type
data
any
onSuccess
() => void
# setActiveTab(tab) Method
# Declaration
# Parameters
# setTabContentHTML(tab, html) Method
# Declaration
# Parameters