\TbThumbnails

## Bootstrap thumbnails widget.

Summary

Methods
Properties
Constants
init()
renderItems()
$pagerCssClass
$pager
$cssFile
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$pagerCssClass

$pagerCssClass : string

Type

string — the CSS class name for the pager container. Defaults to 'pagination'.

$pager

$pager : array

Type

array — the configuration for the pager. Defaults to <code>array('class'=>'ext.booster.widgets.TbPager')</code>.

$cssFile

$cssFile : string

Type

string — the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included.

Methods

init()

init()

### .init()

Initializes the widget.

renderItems()

renderItems()

Renders the data items for the view.

Each item is corresponding to a single data model instance. Child classes should override this method to provide the actual item rendering logic.