/**
  * (non-PHPdoc)
  * @see Element::getHtmlOptions()
  */
 protected function getHtmlOptions()
 {
     $htmlOptions = array('class' => 'input-hint anyMixedAttributes-input', 'onfocus' => '$(this).select();', 'size' => 80);
     return array_merge(parent::getHtmlOptions(), $htmlOptions);
 }