|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($url, $title=null, $titleIcon=null, $canClose=true) | |
| getLocalizedOptions () | |
Public Member Functions inherited from AjaxModal | |
| __construct ($url, $title=null, $titleIcon=null, $canClose=true, $closeOnFormSuccessId=null, $closeCleanVueInstances=[]) | |
| getUrl () | |
Public Member Functions inherited from Modal | |
| __construct ($title=null, $titleIcon=null, $canClose=true, $closeOnFormSuccessId=null, $closeCleanVueInstances=[]) | |
| getCanClose () | |
| getCloseButtonText () | |
| getJSLinkActionRequest () | |
| getTitle () | |
| getTitleIcon () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Additional Inherited Members | |
Data Fields inherited from AjaxModal | |
| $_url | |
Data Fields inherited from Modal | |
| $_canClose | |
| $_closeCleanVueInstances | |
| $_closeOnFormSuccessId | |
| $_title | |
| $_titleIcon | |
A modal that contains a wizard retrieved via AJAX.
Definition at line 18 of file WizardModal.inc.php.
| WizardModal::__construct | ( | $url, | |
$title = null, |
|||
$titleIcon = null, |
|||
$canClose = true |
|||
| ) |
Constructor
| $url | string The URL of the AJAX resource to load into the wizard modal. |
| $title | string (optional) The localized modal title. |
| $titleIcon | string (optional) The icon to be used in the modal title bar. |
| $canClose | boolean (optional) Whether the modal will have a close button. |
Definition at line 26 of file WizardModal.inc.php.
| WizardModal::getLocalizedOptions | ( | ) |
Reimplemented from AjaxModal.
Definition at line 37 of file WizardModal.inc.php.