PHP Class TbScrollSpy

See also:
Inheritance: extends CWidget
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
run ( ) ### .run()

Method Details

run() public méthode

Runs the widget.
public run ( )

Property Details

$events public_oe property

string[] the Javascript event handlers.
public $events

$offset public_oe property

the scroll offset (in pixels).
public $offset

$selector public_oe property

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

$target public_oe property

the CSS selector for the spying element.
public $target