PHP 클래스 TbScrollSpy

또한 보기:
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$events string[] the Javascript event handlers.
$offset the scroll offset (in pixels).
$selector the CSS selector for the scrollspy element. Defaults to 'body'.
$target the CSS selector for the spying element.

공개 메소드들

메소드 설명
run ( ) ### .run()

메소드 상세

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$events 공개적으로 프로퍼티

string[] the Javascript event handlers.
public $events

$offset 공개적으로 프로퍼티

the scroll offset (in pixels).
public $offset

$selector 공개적으로 프로퍼티

the CSS selector for the scrollspy element. Defaults to 'body'.
public $selector

$target 공개적으로 프로퍼티

the CSS selector for the spying element.
public $target