Form Fields: TODO
In every database application we want to have the possibility do do someting with our data.
The buttons setting should be enable you to create in a standardized way.
Parameters:
- ID
- Identifier
- Title
- Title
- Tooltip-Text
- fa-icon
- CSS Class
- Action
- Payload
- Custom JS-Function
- Sort Order
Title:
Type:
Identifier:
url:
Description:
Required:
First in row:
CSS Class:
Default Value:
Dynamic Data Query:
Dependent Field:
Value Caching:
Column is key field:
Column Type:
Column Length:
Column:
Sort Order:
Options:
input-group-append
input-group-prepend
disabled-when = empty, not-empty
dynamic-data = always
step = 0.1
tbd: data-xxxxx attribute
readonly = create, edit, true
autocomplete = on, off
displayFilesFromAnotherField = FIELD_IDENTIFIER
(makes it possible to load images from another form field, should be used with caution, because if you add a new file tot he field with this option the original form field will not display this file. The field with this option should be readonly to avoid such side effects)
wp_option = key
Saves a Field to WP Options Table
Type: File
directory = relativ path from plugin dir or absolut path
convert_n_to_br = true , converts \n to <br> on saving a field, and <br> to \n on loading. Useful when the linebreaks are needed for pdf generation