Commit 2eee7b3f by futbolim

Update ActiveField.php

doc fixes
parent d620f315
...@@ -112,8 +112,8 @@ class ActiveField extends Component ...@@ -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 * @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]], * [[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}`, * while the values are the corresponding HTML code. Valid tokens include `{input}`, `{label}` and `{error}`.
* `{error}`, and `{error}`. Note that you normally don't need to access this property directly as * Note that you normally don't need to access this property directly as
* it is maintained by various methods of this class. * it is maintained by various methods of this class.
*/ */
public $parts = []; public $parts = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment