コード例 #1
0
ファイル: BsActiveForm.php プロジェクト: bafio89/qea-u
 /**
  * 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);
 }