PHP 클래스 TbImageGallery

Implementation of Bootstrap Image Gallery
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$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)

공개 메소드들

메소드 설명
init ( )
run ( )

메소드 상세

init() 공개 메소드

public init ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$defaultHtmlOptions 공개적으로 정적으로 프로퍼티

public static $defaultHtmlOptions

$eventListener 공개적으로 프로퍼티

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

$fullScreen 공개적으로 프로퍼티

enable full screen
public $fullScreen

$htmlOptions 공개적으로 프로퍼티

htmlOptions for gallery div
또한 보기: https://github.com/blueimp/Bootstrap-Image-Gallery/blob/master/README.md#api
public $htmlOptions

$previewImagesView 공개적으로 프로퍼티

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