Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     Html::addCssClass($this->templateOptions, 'blueimp-gallery-carousel');
     $this->clientOptions['carousel'] = true;
 }