Esempio n. 1
0
 /**
  * Renders an uneditable field 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 field.
  * @see BSHtml::activeUneditableField
  */
 public function uneditableField($model, $attribute, $htmlOptions = array())
 {
     return BSHtml::activeUneditableField($model, $attribute, $htmlOptions);
 }