PHP Класс View_Popover, atk4

Наследование: extends View
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$pop_class string
$position Popover position can be top, bottom, left or right
$url string

Открытые методы

Метод Описание
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.

Описание методов

addClass() публичный Метод

public addClass ( string $class )
$class string

init() публичный Метод

Initialization.
public init ( )

set() публичный Метод

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() публичный Метод

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

showJS() публичный Метод

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
Результат jQuery_Chain

Описание свойств

$pop_class публичное свойство

public string $pop_class
Результат string

$position публичное свойство

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

$url публичное свойство

public string $url
Результат string