daux.io/tmdocs/05_Config/15_Fields/Hidden.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

2013-06-12 21:42:00 +02:00
Creates a hidden form field.
"hidden": {
"title": "Hidden Field",
"type": "hidden",
}
"hidden-forced-value": {
"title": "Hidden Forced Value Field",
"type": "hidden",
"value": "Forced Value"
}
"hidden-default-value": {
"title": "Hidden Default Value Field",
"type": "hidden",
"default": "Default Value"
}
"hidden-timestamp-value": {
"title": "Hidden Timestamp Value Field",
"type": "hidden",
"default": "timestamp"
}
"hidden-display-value": {
"title": "Hidden Display Field",
"type": "hidden",
"value": "You should see this",
"display": true
}
**Parameters**
| Name | Default | Options | Description |
| ------------- | ------------- | ------------- | ------------- |
| default | '' | string, timestamp | Sets a default value for the hidden field. Timestamp will display current date/time. |
| display | false | true,false | Can see the value but can't change it |
| auto_increment | false | true, false | Creates unique id starting with 1. |