Class Clearing
Clearing creates responsive lightboxes with any size image
- CWidget
- foundation\widgets\base\Widget
- foundation\widgets\Clearing
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/Clearing.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/clearing.html
Located at widgets/Clearing.php
Methods summary
public
|
|
public
|
|
public
boolean|string
|
|
public
string
|
Methods inherited from foundation\widgets\base\Widget
display()
,
registerAssets()
,
registerEvents()
,
registerPlugin()
Magic methods summary
Properties summary
public
array
|
$items |
#
$items the items to be displayed on the gallery. The syntax is the following: 'items' => array( array( 'img' => 'large image source', 'th' => 'thumbnail image', 'featured' => true, // whether is featured image or not 'caption' => 'caption of the image', 'options' => array(...) ) ) |