API Documentação da API
Inscrições abertas para nosso Webinar anual Adianti Framework 2024!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TJQueryDialog extends TElement
in package

JQuery dialog container

Tags
version
7.6
subpackage

container

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

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

Methods

__construct()

Class Constructor

public __construct() : mixed

addAction()

Add a JS button to the dialog

public addAction( $label,  $action) : mixed
Parameters
$label :

button label

$action :

JS action

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

setDialogClass()

Set Dialog class

public setDialogClass( $class) : mixed
Parameters
$class :

Class name

setDraggable()

Turn on/off draggable

public setDraggable( $bool) : mixed
Parameters
$bool :

Boolean

setMinWidth()

Define the window's min width between percent and absolute

public setMinWidth( $percent,  $absolute) : mixed
Parameters
$percent :

width

$absolute :

width

setModal()

Turn on/off modal

public setModal(mixed $bool) : mixed
Parameters
$bool : mixed

setPosition()

Define the dialog position

public setPosition( $left,  $top) : mixed
Parameters
$left :

left

$top :

top

setResizable()

Turn on/off resizeable

public setResizable( $bool) : mixed
Parameters
$bool :

Boolean

setSize()

Define the dialog size

public setSize( $width,  $height) : mixed
Parameters
$width :

width

$height :

height

setStackOrder()

Define the stack order (zIndex)

public setStackOrder( $order) : mixed
Parameters
$order :

Stack order

setTitle()

Define the dialog title

public setTitle( $title) : mixed
Parameters
$title :

title

setUseOKButton()

Define if will use OK Button

public setUseOKButton( $bool) : mixed
Parameters
$bool :

boolean

show()

Shows the widget at the screen

public show() : mixed

        
On this page

Search results