YiiWheels
  • Package
  • Class
  • Tree

Packages

  • None
  • yiiwheels
    • behaviors
    • widgets
    • widgets
      • ace
      • box
      • datepicker
      • daterangepicker
      • datetimepicker
      • detail
      • fileupload
      • fileuploader
      • gallery
      • google
      • grid
        • behaviors
        • operations
      • highcharts
      • maskInput
      • maskmoney
      • modal
      • multiselect
      • rangeslider
      • redactor
      • select2
      • sparklines
      • switch
      • timeago
      • timepicker
      • toggle
      • typeahead

Classes

  • WhCarousel
  • WhGallery
  • WhVideoCarousel

Class WhGallery

CWidget
Extended by WhGallery

Direct known subclasses

WhCarousel

Indirect known subclasses

WhVideoCarousel

Package: YiiWheels\widgets\gallery
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/gallery/WhGallery.php

Methods summary

public
# init( )

Widget's initialization

Widget's initialization

public null|
# run( )

Renders widget

Renders widget

Returns

null|
public
# renderLinks( )

Renders links

Renders links

public
# renderTemplate( )

Renders gallery template

Renders gallery template

public
# registerGalleryScriptFiles( )

Registers gallery script files

Registers gallery script files

public
# registerClientScript( )

Registers client script

Registers client script

Magic methods summary

Properties summary

public array $htmlOptions
#

box HTML additional attributes

box HTML additional attributes

public array $pluginOptions
#

$options the blueimp gallery js configuration options

$options the blueimp gallery js configuration options

See

https://github.com/blueimp/Gallery/blob/master/README.md#options
public array $items
#

The array of items that compound the gallery. The syntax is as follows:

The array of items that compound the gallery. The syntax is as follows:

 'items' => array(
       array(
           'url' => 'big image',
           'src' => 'source image (thumb)',
           'options' => array(...) // link options
       )
)
public boolean $displayControls
#

whether to display the controls on initialization

whether to display the controls on initialization

YiiWheels API documentation generated by ApiGen 2.8.0