-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_jquery ui_dialog_uidialog.class
Wraps a jQueryUI Dialog See http://jqueryui.com/dialog/
Extends: uiControl » Control » Renderable
Subclasses: uiConfirmation, uiFormDialog, uiMessageBox, uiTableLayoutDialog
Adds a button to the dialog.
Definition: public function AddButton($label, $action, $prepend=false)
Returns: static
Parameters:
-
string $label
Button text -
string $action
JS code for button click event -
string $prepend
If true will prepend the button, else append
Adds a close button.
Definition: public function AddCloseButton($label, $action=false)
Returns: static
Parameters:
-
string $label
Close button text -
string $action
Action to be performed on click, defaults to the standard close action
OVERRIDE uiControl::PreRender
SHORTCUT uiDialog::AddButton
Definition: public function __construct($title, $options)
Returns: NOT DOCUMENTED
Parameters:
-
string $title
The dialogs title -
array $options
See http://api.jqueryui.com/dialog/