Exemple #1
0
 /**
  * Generates a range 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 input field.
  * @see BSHtml::activeRangeField
  */
 public function rangeField($model, $attribute, $htmlOptions = array())
 {
     return BSHtml::activeRangeField($model, $attribute, $htmlOptions);
 }