PHP Class TbScrollSpy

See also:
Inheritance: extends CWidget
Show file Open project: yinhe/yincart

Public Properties

Property 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.

Public Methods

Method Description
run ( ) ### .run()

Method Details

run() public method

Runs the widget.
public run ( )

Property Details

$events public property

string[] the Javascript event handlers.
public $events

$offset public property

the scroll offset (in pixels).
public $offset

$selector public property

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

$target public property

the CSS selector for the spying element.
public $target