示例#1
0
 public function textArea($model, $attribute, $htmlOptions = array())
 {
     return CHtml::activeTextArea($model, $attribute, $htmlOptions);
 }