'{{content}}', // Container element used by control() when a field has an error. 'inputContainerError' => '
{{content}}{{error}}
', // Label element when inputs are not nested inside the label. 'label' => '{{text}}', // Generic input element. 'input' => '', // Textarea input element, 'textarea' => '', // Error message wrapper elements. 'error' => '
' . '{{content}}' . '
', // Container for error items. 'errorList' => '{{content}}', // Error item wrapper. 'errorItem' => '
{{text}}
' ]; /*
*/