Class Dialog
Dialogs present a windows of options to the user, that overlays other contents. It is possible to use multiple dialogs at once. Usually, after work in a dialog is completed, the user can confirm his actions and the dialog is removed from view.
Dialogs can also be shown modal, which prevents the user from interacting with other page contents until he has confirmed or closed the dialog.
A dialog has a title and a content area, a bar for standard buttons and optionally an icon. The actual content can be any structure that can be placed inside a container element. Additionally, a dialog can be made draggable, which allows the user to move the dialog around by grabbing the title bar.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\View\Driver\coreui\Control implements Core\Configurable
- Core\View\Driver\coreui\Control\Dialog implements Core\View\Driver\coreui\Dynamo
Package: CoreUI\Control
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/coreui/Control/Dialog.inc.php
Methods summary
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
Methods inherited from Core\View\Driver\coreui\Control
_T()
,
__clone()
,
derive()
,
id()
,
on()
,
setOption()
,
setOptions()
,
setTitle()
,
setTranslator()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
|
$_v_buttons
Array of dialog button controls. |
Properties inherited from Core\View\Driver\coreui\Control
Magic properties
public read-only
|
$buttons
Array of dialog button controls. |