BootstrapTab Class
In This Article
#Declaration
TypeScript
class BootstrapTab
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#index Property
#Declaration
TypeScript
readonly index: number
#Property Value
Type |
---|
number |
#name Property
#Declaration
TypeScript
readonly name: string
#Property Value
Type |
---|
string |
#tabControl Property
#Declaration
TypeScript
readonly tabControl: BootstrapTabControl | null
#Property Value
Type |
---|
Bootstrap |
null |
#Methods
#getActiveIconCssClass Method
#Declaration
TypeScript
getActiveIconCssClass(): string
#Returns
Type |
---|
string |
#getActiveImageUrl Method
#Declaration
TypeScript
getActiveImageUrl(): string
#Returns
Type |
---|
string |
#getBadgeIconCssClass Method
#Declaration
TypeScript
getBadgeIconCssClass(): string
#Returns
Type |
---|
string |
#getBadgeText Method
#Declaration
TypeScript
getBadgeText(): string
#Returns
Type |
---|
string |
#getEnabled Method
#Declaration
TypeScript
getEnabled(): boolean
#Returns
Type |
---|
boolean |
#getIconCssClass Method
#Declaration
TypeScript
getIconCssClass(): string
#Returns
Type |
---|
string |
#getImageUrl Method
#Declaration
TypeScript
getImageUrl(): string
#Returns
Type |
---|
string |
#getNavigateUrl Method
#Declaration
TypeScript
getNavigateUrl(): string
#Returns
Type |
---|
string |
#getText Method
#Declaration
TypeScript
getText(): string
#Returns
Type |
---|
string |
#getVisible Method
#Declaration
TypeScript
getVisible(): boolean
#Returns
Type |
---|
boolean |
#setActiveIconCssClass(cssClass) Method
#Declaration
TypeScript
setActiveIconCssClass(
cssClass: string
): void
#Parameters
Name | Type |
---|---|
css |
string |
#setActiveImageUrl(value) Method
#Declaration
TypeScript
setActiveImageUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setBadgeIconCssClass(cssClass) Method
#Declaration
TypeScript
setBadgeIconCssClass(
cssClass: string
): void
#Parameters
Name | Type |
---|---|
css |
string |
#setBadgeText(text) Method
#Declaration
TypeScript
setBadgeText(
text: string
): void
#Parameters
Name | Type |
---|---|
text | string |
#setEnabled(value) Method
#Declaration
TypeScript
setEnabled(
value: boolean
): void
#Parameters
Name | Type |
---|---|
value | boolean |
#setIconCssClass(cssClass) Method
#Declaration
TypeScript
setIconCssClass(
cssClass: string
): void
#Parameters
Name | Type |
---|---|
css |
string |
#setImageUrl(value) Method
#Declaration
TypeScript
setImageUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setNavigateUrl(value) Method
#Declaration
TypeScript
setNavigateUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setText(value) Method
#Declaration
TypeScript
setText(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setVisible(value) Method
#Declaration
TypeScript
setVisible(
value: boolean
): void
#Parameters
Name | Type |
---|---|
value | boolean |