PHP Class View_Popover, atk4

Inheritance: extends View
Afficher le fichier Open project: atk4/atk4

Méthodes publiques

Свойство Type Description
$pop_class string
$position Popover position can be top, bottom, left or right
$url string

Méthodes publiques

Méthode Description
addClass ( string $class )
init ( ) Initialization.
set ( callable $fx ) If callable is passed, it will be executed when the dialog is popped through the use of VirtualPage.
setURL ( string $url ) Specify URL here and it will be automatically loaded in the popover every time it's shown.
showJS ( array $options = null, array $options_compat = [] ) : jQuery_Chain Returns JS which will position this element and show it.

Method Details

addClass() public méthode

public addClass ( string $class )
$class string

init() public méthode

Initialization.
public init ( )

set() public méthode

If callable is passed, it will be executed when the dialog is popped through the use of VirtualPage.
public set ( callable $fx )
$fx callable

setURL() public méthode

Specify URL here and it will be automatically loaded in the popover every time it's shown.
public setURL ( string $url )
$url string

showJS() public méthode

Returns JS which will position this element and show it.
public showJS ( array $options = null, array $options_compat = [] ) : jQuery_Chain
$options array
$options_compat array Deprecated options
Résultat jQuery_Chain

Property Details

$pop_class public_oe property

public string $pop_class
Résultat string

$position public_oe property

Popover position can be top, bottom, left or right
public $position

$url public_oe property

public string $url
Résultat string