Update ActiveField.php

doc fixes
This commit is contained in:
futbolim
2013-12-22 17:36:40 +02:00
parent d620f3152e
commit 2eee7b3f1b

View File

@ -112,8 +112,8 @@ class ActiveField extends Component
/**
* @var array different parts of the field (e.g. input, label). This will be used together with
* [[template]] to generate the final field HTML code. The keys are the token names in [[template]],
* while the values are the corresponding HTML code. Valid tokens include `{input}`, `{label}`,
* `{error}`, and `{error}`. Note that you normally don't need to access this property directly as
* while the values are the corresponding HTML code. Valid tokens include `{input}`, `{label}` and `{error}`.
* Note that you normally don't need to access this property directly as
* it is maintained by various methods of this class.
*/
public $parts = [];