Browse Source

fixed docs in ActiveField

tags/2.0.10
Carsten Brandt 8 years ago
parent
commit
10ba47d841
  1. 2
      framework/widgets/ActiveField.php

2
framework/widgets/ActiveField.php

@ -481,7 +481,7 @@ class ActiveField extends Component
* If you set a custom `id` for the input element, you may need to adjust the [[$selectors]] accordingly. * If you set a custom `id` for the input element, you may need to adjust the [[$selectors]] accordingly.
* *
* @param boolean $enclosedByLabel whether to enclose the radio within the label. * @param boolean $enclosedByLabel whether to enclose the radio within the label.
* If true, the method will still use [[template]] to layout the checkbox and the error message * If true, the method will still use [[template]] to layout the radio button and the error message
* except that the radio is enclosed by the label tag. * except that the radio is enclosed by the label tag.
* @return $this the field object itself * @return $this the field object itself
*/ */

Loading…
Cancel
Save