PHP Class TbImageGallery

Implementation of Bootstrap Image Gallery
Inheritance: extends CWidget
Datei anzeigen 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_oe static_oe property

public static $defaultHtmlOptions

$eventListener public_oe 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_oe property

enable full screen
public $fullScreen

$htmlOptions public_oe property

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

$previewImagesView public_oe property

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