EmberForm.FormColumnData Class
addon/form-column-data/FormColumnData.js:7
Parent Module: ember-form
Column data for form module.
Item Index
Properties
formView
String
The view lookup string for the for module.
helpText
String
A question mark icon is shown beside the form input which will show helpText on hover.
Default: null
mandatory
Boolean
Boolean to say whether the input is mandatory or not. A star will be shown beside the label. Making this true will also add a not empty entry in validations in the ColumnData.
Default: false
moduleType
String
Form module type to use for this column.
Default: "textInput"
placeholder
String
Placeholder text for the inputs.
Default: null
placeholderActual
String
Actual placeholder used. It takes the placeholder if specified else defaults to ColumnData's label.
readonly
Boolean
Boolean to say whether the input is readonly or not. The input will be disabled but shown.
Default: false