Show:

Column data for form module.

Properties

formView

String

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:50

The view lookup string for the for module.

helpText

String

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:82

A question mark icon is shown beside the form input which will show helpText on hover.

Default: null

mandatory

Boolean

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:72

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

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:41

Form module type to use for this column.

Default: "textInput"

placeholder

String

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:15

Placeholder text for the inputs.

Default: null

placeholderActual

String

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:24

Actual placeholder used. It takes the placeholder if specified else defaults to ColumnData's label.

readonly

Boolean

Provided by the ember-form module.

Defined in addon/form-column-data/FormColumnData.js:63

Boolean to say whether the input is readonly or not. The input will be disabled but shown.

Default: false