NAMESPACE: Bootstrap/Components/Snippets/Forms

Components/Snippets/Forms/formHintedField.php

public function FormHintedField($field_title,$variablename,$type,$parameters,$styles)

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302

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.

parameters

$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
$styles param array $styles please see the link for more information about parameters

links

variable

$field_title
$variablename
$type
$parameters
$styles