diff options
author | Jens Klaer <kj.landwehr.software@gmail.com> | 2016-06-10 11:37:14 +0200 |
---|---|---|
committer | Jens Klaer <kj.landwehr.software@gmail.com> | 2016-06-10 11:37:14 +0200 |
commit | 2c49016d384559bdd304d37f85e7c696dd33fd9b (patch) | |
tree | 4fb138b7fcaf664358f544ffaf93db733573f803 /framework/Web/UI/JuiControls | |
parent | bd4929d6eace0b55e35a37dbbc0f43cbedc9f1ea (diff) |
Fixed typo
Diffstat (limited to 'framework/Web/UI/JuiControls')
-rw-r--r-- | framework/Web/UI/JuiControls/TJuiDialog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiDialog.php b/framework/Web/UI/JuiControls/TJuiDialog.php index cd349f1a..996075e2 100644 --- a/framework/Web/UI/JuiControls/TJuiDialog.php +++ b/framework/Web/UI/JuiControls/TJuiDialog.php @@ -82,7 +82,7 @@ class TJuiDialog extends TActivePanel implements IJuiOptions, ICallbackEventHand */ public function getValidOptions() { - return array('appendTo', 'autoOpen', 'buttons', 'closeOnEscape', 'closeText', 'dialogClass', 'draggable', 'height', 'hide', 'minHeight', 'minWidth', 'maxHeight', 'maxWidth', 'modal', 'position', 'resizeable', 'show', 'title', 'width'); + return array('appendTo', 'autoOpen', 'buttons', 'closeOnEscape', 'closeText', 'dialogClass', 'draggable', 'height', 'hide', 'minHeight', 'minWidth', 'maxHeight', 'maxWidth', 'modal', 'position', 'resizable', 'show', 'title', 'width'); } /** |