/**
  * Sets the tagName's dropdown
  * @see \Ajax\bootstrap\html\BaseHtml::setTagName()
  */
 public function setTagName($tagName)
 {
     if ($tagName == "button") {
         $this->class = "btn dropdown-toggle";
     }
     return parent::setTagName($tagName);
 }