Search
807 results 161-170
Reference
fields.name
› Unique name of the field - sent to the server on form submissionis used as the data source for the fieldfields.multiEditable
› Control the end user's ability to edit the field when multiple rows are selected.can allow very rapid data input, but sometimes therefields.labelInfo
› Information text that is shown below the field labeleither explaining what the data in the field represents,fields.label
› Label to display for the field inputend user what the data in the field theyfields.getFormatter
› Define a function that can transform a value being read from a fieldability to modify the data the end user inputsfields.fieldInfo
› Information text that is shown below the input control.either explaining what the data in the field represents,fields.def
› Default value for the field to takegiven as any Javascript data type (numbers, strings, objects,fields.compare
› Define a custom comparison function for the field's datadetermine if a field's data should be submitted todbTable
› Unique table identifier string sent to the server. Deprecated - use `e-init ajax.data`sent in the submitted data. The value given isajaxUrl
› Url to submit the Ajax form submission to. Deprecated - use `e-init ajax`which will accept the data for the create, edit