Dialog Component
Description
There are a few components you can use to create a dialog in your pages. - Dialog, this is the base of your Dialog, just put the content of your dialog inside. - DialogLink, clicking a DialogLink will make the associated Dialog to open. - DialogAjaxLink, clicking a DialogAjaxLink will open the associated Dialog and refresh the zone you've set inside the Dalog.
Links
Dialog Component
Description
This is the base of your Dialog, just put the content of your dialog inside.
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
params | false | JSONObject | prop | The Dialog parameters (please refer to jquery-ui documentation) | |
initMethod | false | String | prop | The Tapestry.Initializer method to call to initialize the dialog. |
DialogLink Component
Description
Clicking a DialogLink will make the associated Dialog to open.
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
dialog | true | String | literal | The id of the dialog to open. |
DialogAjaxLink Component
Description
Clicking a DialogAjaxLink will open the associated Dialog and refresh the zone you've set inside the Dalog. This components extends the DialogLink, so it has the same parameter.
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
zone | true | String | literal | The id of the zone to refresh. | |
context | false | Object[] | prop | The activation context. |