/** * Renders a text area for a model attribute. * @param CModel $model the data model. * @param string $attribute the attribute. * @param array $htmlOptions additional HTML attributes. * @return string the generated text area. * @see BSHtml::activeTextArea */ public function textArea($model, $attribute, $htmlOptions = array()) { return BSHtml::activeTextArea($model, $attribute, $htmlOptions); }