TJQueryDialog
extends TElement
in package
JQuery dialog container
Tags
Table of Contents
Properties
- $actions : mixed
- $closeAction : mixed
- $closeEscape : mixed
- $dialogClass : mixed
- $draggable : mixed
- $height : mixed
- $left : mixed
- $modal : mixed
- $resizable : mixed
- $stackOrder : mixed
- $top : mixed
- $useOKButton : mixed
- $width : mixed
Methods
- __construct() : mixed
- Class Constructor
- addAction() : mixed
- Add a JS button to the dialog
- close() : mixed
- Closes the dialog
- closeAll() : mixed
- Close all TJQueryDialog
- closeById() : mixed
- Close window by id
- closeLatest() : mixed
- Close all TJQueryDialog
- disableEscape() : mixed
- Disable close on escape
- disableScrolling() : mixed
- Disable scrolling
- getId() : mixed
- Returns the element ID
- setCloseAction() : mixed
- Set close action
- setDialogClass() : mixed
- Set Dialog class
- setDraggable() : mixed
- Turn on/off draggable
- setMinWidth() : mixed
- Define the window's min width between percent and absolute
- setModal() : mixed
- Turn on/off modal
- setPosition() : mixed
- Define the dialog position
- setResizable() : mixed
- Turn on/off resizeable
- setSize() : mixed
- Define the dialog size
- setStackOrder() : mixed
- Define the stack order (zIndex)
- setTitle() : mixed
- Define the dialog title
- setUseOKButton() : mixed
- Define if will use OK Button
- show() : mixed
- Shows the widget at the screen
Properties
$actions
private
mixed
$actions
$closeAction
private
mixed
$closeAction
$closeEscape
private
mixed
$closeEscape
$dialogClass
private
mixed
$dialogClass
$draggable
private
mixed
$draggable
$height
private
mixed
$height
$left
private
mixed
$left
$modal
private
mixed
$modal
$resizable
private
mixed
$resizable
$stackOrder
private
mixed
$stackOrder
$top
private
mixed
$top
$useOKButton
private
mixed
$useOKButton
$width
private
mixed
$width
Methods
__construct()
Class Constructor
public
__construct() : mixed
addAction()
Add a JS button to the dialog
public
addAction( $label, $action) : mixed
Parameters
close()
Closes the dialog
public
close() : mixed
closeAll()
Close all TJQueryDialog
public
static closeAll() : mixed
closeById()
Close window by id
public
static closeById(mixed $id) : mixed
Parameters
- $id : mixed
closeLatest()
Close all TJQueryDialog
public
static closeLatest() : mixed
disableEscape()
Disable close on escape
public
disableEscape() : mixed
disableScrolling()
Disable scrolling
public
disableScrolling() : mixed
getId()
Returns the element ID
public
getId() : mixed
setCloseAction()
Set close action
public
setCloseAction(TAction $action) : mixed
Parameters
- $action : TAction
setDialogClass()
Set Dialog class
public
setDialogClass( $class) : mixed
Parameters
setDraggable()
Turn on/off draggable
public
setDraggable( $bool) : mixed
Parameters
setMinWidth()
Define the window's min width between percent and absolute
public
setMinWidth( $percent, $absolute) : mixed
Parameters
setModal()
Turn on/off modal
public
setModal(mixed $bool) : mixed
Parameters
- $bool : mixed
setPosition()
Define the dialog position
public
setPosition( $left, $top) : mixed
Parameters
setResizable()
Turn on/off resizeable
public
setResizable( $bool) : mixed
Parameters
setSize()
Define the dialog size
public
setSize( $width, $height) : mixed
Parameters
setStackOrder()
Define the stack order (zIndex)
public
setStackOrder( $order) : mixed
Parameters
setTitle()
Define the dialog title
public
setTitle( $title) : mixed
Parameters
setUseOKButton()
Define if will use OK Button
public
setUseOKButton( $bool) : mixed
Parameters
show()
Shows the widget at the screen
public
show() : mixed