PHP 클래스 View_Popover, atk4

상속: extends View
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$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