PHP Класс TbScrollSpy

См. также:
Наследование: extends CWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$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