BootstrapPopupWindow Class
In This Article
#Declaration
TypeScript
class BootstrapPopupWindow
#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 |
#popupControl Property
#Declaration
TypeScript
readonly popupControl: BootstrapPopupControl | null
#Property Value
Type |
---|
Bootstrap |
null |
#Methods
#getFooterImageUrl Method
#Declaration
TypeScript
getFooterImageUrl(): string
#Returns
Type |
---|
string |
#getFooterNavigateUrl Method
#Declaration
TypeScript
getFooterNavigateUrl(): string
#Returns
Type |
---|
string |
#getFooterText Method
#Declaration
TypeScript
getFooterText(): string
#Returns
Type |
---|
string |
#getHeaderImageUrl Method
#Declaration
TypeScript
getHeaderImageUrl(): string
#Returns
Type |
---|
string |
#getHeaderNavigateUrl Method
#Declaration
TypeScript
getHeaderNavigateUrl(): string
#Returns
Type |
---|
string |
#getHeaderText Method
#Declaration
TypeScript
getHeaderText(): string
#Returns
Type |
---|
string |
#setFooterImageUrl(value) Method
#Declaration
TypeScript
setFooterImageUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setFooterNavigateUrl(value) Method
#Declaration
TypeScript
setFooterNavigateUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setFooterText(value) Method
#Declaration
TypeScript
setFooterText(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setHeaderImageUrl(value) Method
#Declaration
TypeScript
setHeaderImageUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setHeaderNavigateUrl(value) Method
#Declaration
TypeScript
setHeaderNavigateUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setHeaderText(value) Method
#Declaration
TypeScript
setHeaderText(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |