BootstrapPopupWindow Class
Declaration
class BootstrapPopupWindow
Remarks
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.
Properties
index Property
Declaration
readonly index: number
Property Value
Type |
---|
number |
name Property
Declaration
readonly name: string
Property Value
Type |
---|
string |
popupControl Property
Declaration
readonly popupControl: BootstrapPopupControl | null
Property Value
Type |
---|
BootstrapPopupControl |
null |
Methods
getFooterImageUrl Method
Declaration
getFooterImageUrl(): string
Returns
Type |
---|
string |
getFooterNavigateUrl Method
Declaration
getFooterNavigateUrl(): string
Returns
Type |
---|
string |
getFooterText Method
Declaration
getFooterText(): string
Returns
Type |
---|
string |
getHeaderImageUrl Method
Declaration
getHeaderImageUrl(): string
Returns
Type |
---|
string |
getHeaderNavigateUrl Method
Declaration
getHeaderNavigateUrl(): string
Returns
Type |
---|
string |
getHeaderText Method
Declaration
getHeaderText(): string
Returns
Type |
---|
string |
setFooterImageUrl(value) Method
Declaration
setFooterImageUrl(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |
setFooterNavigateUrl(value) Method
Declaration
setFooterNavigateUrl(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |
setFooterText(value) Method
Declaration
setFooterText(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |
setHeaderImageUrl(value) Method
Declaration
setHeaderImageUrl(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |
setHeaderNavigateUrl(value) Method
Declaration
setHeaderNavigateUrl(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |
setHeaderText(value) Method
Declaration
setHeaderText(
value: string
): void
Parameters
Name | Type |
---|---|
value | string |