fixed documentation for dataform and thingy Possible Values field
This commit is contained in:
parent
8ac4215606
commit
636d0cb036
3 changed files with 3 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
- fixed: failure when submitting a dataform that sends mail with an empty file field
|
- fixed: failure when submitting a dataform that sends mail with an empty file field
|
||||||
- fixed: DataForm ignores height on textarea fields
|
- fixed: DataForm ignores height on textarea fields
|
||||||
- fixed: DataForm doesn't keep posted values properly when data fails validation
|
- fixed: DataForm doesn't keep posted values properly when data fails validation
|
||||||
|
- fixed: Documentation for DataForm and Thingy updated for Possible Values field
|
||||||
|
|
||||||
7.6.0
|
7.6.0
|
||||||
- added: users may now customize the post received page for the CS
|
- added: users may now customize the post received page for the CS
|
||||||
|
|
|
||||||
|
|
@ -225,7 +225,7 @@ to validate any input that the user may supply.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'24 description' => {
|
'24 description' => {
|
||||||
message => q|This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.|,
|
message => q{This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line. If you want a different label for a value, seperate them with a | (pipe) character: value|label },
|
||||||
lastUpdated => 1119156590,
|
lastUpdated => 1119156590,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -529,8 +529,7 @@ vertically.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'possible values description' => {
|
'possible values description' => {
|
||||||
message => q|This field is used for the list types (like Checkbox List and Select List). Enter the values
|
message => q{This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line. If you want a different label for a value, seperate them with a | (pipe) character: value|label },
|
||||||
you wish to appear, one per line.|,
|
|
||||||
lastUpdated => 1104630516,
|
lastUpdated => 1104630516,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue