Skip to content

Commit

Permalink
fixed some syntax and proper doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomba committed Aug 10, 2012
1 parent d874e7c commit e56620c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/web/helpers/CHtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ public static function activeTextField($model,$attribute,$htmlOptions=array())
}

/**
* Generates a url field input for a model attribute.
* Generates an url field input for a model attribute.
* If the attribute has input error, the input field's CSS class will
* be appended with {@link errorCss}.
* @param CModel $model the data model
Expand Down
8 changes: 4 additions & 4 deletions framework/web/widgets/CActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ public function labelEx($model,$attribute,$htmlOptions=array())
}

/**
* Renders a url field for a model attribute.
* Renders an url field for a model attribute.
* This method is a wrapper of {@link CHtml::activeUrlField}.
* Please check {@link CHtml::activeUrlField} for detailed information
* about the parameters for this method.
Expand Down Expand Up @@ -596,7 +596,7 @@ public function emailField($model,$attribute,$htmlOptions=array())
}

/**
* Renders an number field for a model attribute.
* Renders a number field for a model attribute.
* This method is a wrapper of {@link CHtml::activeNumberField}.
* Please check {@link CHtml::activeNumberField} for detailed information
* about the parameters for this method.
Expand All @@ -612,7 +612,7 @@ public function numberField($model,$attribute,$htmlOptions=array())
}

/**
* Renders an number field for a model attribute.
* Generates a range field for a model attribute.
* This method is a wrapper of {@link CHtml::activeRangeField}.
* Please check {@link CHtml::activeRangeField} for detailed information
* about the parameters for this method.
Expand All @@ -628,7 +628,7 @@ public function rangeField($model,$attribute,$htmlOptions=array())
}

/**
* Renders an number field for a model attribute.
* Renders a date field for a model attribute.
* This method is a wrapper of {@link CHtml::activeDateField}.
* Please check {@link CHtml::activeDateField} for detailed information
* about the parameters for this method.
Expand Down

0 comments on commit e56620c

Please sign in to comment.