new FrontPage(config)
Show an intial dialog to the user when they first arrive at the page
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Configuration for this object. The config supplied directly extends the control |
Members
closeText
Properties:
Name | Type | Description |
---|---|---|
closeText |
string | The text added to the close button |
height
Properties:
Name | Type | Description |
---|---|---|
height |
number | The height, in pixels, of the dialog |
id
Properties:
Name | Type | Description |
---|---|---|
id |
string | The id for this control |
(protected) m_container
Properties:
Name | Type | Description |
---|---|---|
m_content |
Object | The jquery object that contains the content for this dialog |
(protected) m_dialog
Properties:
Name | Type | Description |
---|---|---|
m_dialog |
Object | The jquery object that is this dialog |
prefix
Properties:
Name | Type | Description |
---|---|---|
prefix |
string | The asp.net client id |
width
Properties:
Name | Type | Description |
---|---|---|
width |
number | The width, in pixels, of the dialog |
Methods
destroy()
Destroys this dialog