Class \Prado\Web\UI\JuiControls\TJuiDialogButton
TJuiDialogButton class
This button must be child of a TJuiDialog. It can be used to bind an callback to the buttons of the dialog.
<com:TJuiDialog> * >
Text
<com:TJuiDialogButton Text="Ok" OnClick="Ok" />
</com:TJuiDialog>
Class hierarchy
- \Prado\Web\UI\JuiControls\TJuiDialogButton implements IActiveControl, ICallbackEventHandler
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.3
public
|
__construct() : mixed
Creates a new callback control, sets the adapter to
TActiveControlAdapter. If you override this class, be sure to set the
adapter appropriately by, for example, by calling this constructor.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
raiseCallbackEvent(TCallbackEventParameter $param) : mixed
Raises callback event.
raises the appropriate event(s) (e.g. OnClick) |
public
|