/**
  * Returns an textarea.
  *
  * @param CModel $model The model
  * @param string $attribute The attribute
  * @param array $htmlOptions
  *
  * @access public
  * @return string
  */
 public function textArea($model, $attribute, $htmlOptions = array())
 {
     return EBootstrap::activeTextArea($model, $attribute, $htmlOptions);
 }