public function run()
 {
     parent::run();
     echo Html::tag($this->tagName, $this->encodeLabel ? Html::encode($this->label) : $this->label, $this->options);
     $this->registerAjaxScript();
 }