'
{{content}}
', // Container element used by control() when a field has an error. //'inputContainerError' => '
{{content}}{{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}}
', //'error' => '{{content}}', 'error' => '
' . '{{content}}' . '
', // Container for error items. //'errorList' => '', 'errorList' => '{{content}}', // Error item wrapper. //'errorItem' => '
  • {{text}}
  • ', 'errorItem' => '
    {{text}}
    ' ]; /*
    */