Example #1
0
 /**
  * Renders the widget.
  */
 public function run()
 {
     echo Html::beginTag('div', $this->options) . "\n";
     echo $this->renderProgress() . "\n";
     echo Html::endTag('div') . "\n";
     UIkitAsset::register($this->getView());
 }
Example #2
0
 /**
  * Renders the widget.
  */
 public function run()
 {
     echo Html::tag('div', $this->renderButtons(), $this->options);
     UIkitAsset::register($this->getView());
 }