PHP Class TbImageGallery

Implementation of Bootstrap Image Gallery
Inheritance: extends CWidget
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$defaultHtmlOptions
$eventListener enable/disable Modal Gallery event listener
$fullScreen enable full screen
$htmlOptions htmlOptions for gallery div
$previewImagesView name of the view to display images (modal dialog used for the image gallery)

Public Methods

Method Description
init ( )
run ( )

Method Details

init() public method

public init ( )

run() public method

public run ( )

Property Details

$defaultHtmlOptions public static property

public static $defaultHtmlOptions

$eventListener public property

enable/disable Modal Gallery event listener
See also: https://github.com/blueimp/Bootstrap-Image-Gallery/blob/master/README.md#deinitialize-the-click-event-listener
public $eventListener

$fullScreen public property

enable full screen
public $fullScreen

$htmlOptions public property

htmlOptions for gallery div
See also: https://github.com/blueimp/Bootstrap-Image-Gallery/blob/master/README.md#api
public $htmlOptions

$previewImagesView public property

name of the view to display images (modal dialog used for the image gallery)
public $previewImagesView