Class Magellan
Magellan renders the Magellan Foundation 4 plugin. Magellan is a style agnostic plugin that lets you style a sticky navigation that denotes where you are on the page.
- CWidget
- foundation\widgets\base\Widget
- foundation\widgets\Magellan
Namespace: foundation\widgets
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/clearing.html
Located at widgets/Magellan.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/clearing.html
Located at widgets/Magellan.php
Methods summary
public
|
|
public
|
|
public
string
|
Methods inherited from foundation\widgets\base\Widget
display()
,
registerAssets()
,
registerEvents()
,
registerPlugin()
Magic methods summary
Properties summary
public
array
|
$items |
#
the navigation items. They have the following syntax: 'items' => array( array('id' => 'anchor on page', 'label' => 'item label') ) |