col.xyz.defaultValue
Specify a default value for a column when adding one or more rows
Class | column |
---|---|
Property | col.xyz.defaultValue |
Formal specification | col.xyz.defaultValue = string |
Required | no |
Default | |
Version | 1.0 |
Comment | Checkboxes are by default unchecked. If you need to have it checked use col.willAttend.defaultValue = checked, a defaultValue of a list is its value. issue values can be used as col.xyz.defaultValue as well as static data. Check the Example section below |
Example | col.age.type = number
col.age.defaultValue = 18
col.iassignee=Assignee
col.iassignee.type=userlist
col.iassignee.defaultvalue=currentuser:id
|
Reference |
Related content
col.xyz.initialValue
col.xyz.initialValue
More like this
col.xyz.defaultDate
col.xyz.defaultDate
More like this
col.xyz.valueX
col.xyz.valueX
More like this
Grid default value
Grid default value
More like this
col.xyz.type
col.xyz.type
More like this
col.xyz.unchecked
col.xyz.unchecked
More like this