NAMESPACE: Bootstrap/Components/Snippets/Forms
Components/Snippets/Forms/formHintedField.php
Shows a field with a title with predefined styling. Styling can be overriden in your own styles.json either for the entire app, or for your specific action. Component checks for your model for any validation errors and displays the validation error inline if it exists. Pointer is the variable name.
$field_title | field title |
$variablename | variable for this field |
$type | param string $type text, textarea, password, noedit |
$parameters |
param array $parameters please see the link for more information about parameters
Link: Bootstrap/Components/ComponentParameter
|
$styles |
param array $styles please see the link for more information about parameters
Link: Bootstrap/Components/ComponentStyles
|
$field_title |
$variablename |
$type |
$parameters |
$styles |