Property | Type | Description | |
---|---|---|---|
$displayControls | whether to display the controls on initialization | ||
$htmlOptions | array | box HTML additional attributes | |
$items | array | 'items' => array( array( 'url' => 'big image', 'src' => 'source image (thumb)', 'options' => array(...) // link options ) ) |
|
$pluginOptions | array |
Method | Description | |
---|---|---|
init ( ) | Widget's initialization | |
registerClientScript ( ) | Registers client script | |
registerGalleryScriptFiles ( ) | Registers gallery script files | |
renderLinks ( ) | Renders links | |
renderTemplate ( ) | Renders gallery template | |
run ( ) : null | void | Renders widget |
public registerGalleryScriptFiles ( ) |
public $displayControls |
'items' => array( array( 'url' => 'big image', 'src' => 'source image (thumb)', 'options' => array(...) // link options ) )
public array $items | ||
return | array |