Search
9155 results 171-180
Reference
fields.type
› Field input typecollection of input[type=checkbox] input options. Selecting the correct inputfields.optionsPair
› Properties that Editor should use for label and values for optionsshow a list of options to the end user.fields.name
› Unique name of the field - sent to the server on form submissionare provided for those options, Editor will assign valuesfields.data
› Data property from the data source object to use as the data for this fieldthe full range of options available. Backwards compatibility notefields.className
› Add an additional class to a field containerEditor provides additional styling options for fields that controlsdisplay
› Set the display controller for the main form interfacecontroller has its own options for configuration. Please referajax
› Ajax configuration for form data submissioncan contain the following options which will be processeduploadMany
› Multi-file upload fieldsolely with detailing the options available for this fieldupload
› Single file upload fieldsolely with detailing the options available for this fieldtags
› Tags input with search supporta large list of options that you want the
Forum
- 19th Dec 2016Custom options at initializationI don't really understand the question I'm afraid. You can simply add other options into your object if you want other options to be set by default. Allan
- 14th Nov 2016Options - Sort Helpnot familiar with other options.
- 31st Oct 2016Editor - options function reference another field, is it possible?I see - so the options should be different based
- 25th Oct 2016Define select options only once in editorSure - do this: var options = [ {"label": "", "value": ""}, {"label": "ja", "value": "1"}, {"label": "nein", "value": "0"}, {"label": "vielleicht", "value": "vielleicht"} ]; Then in the Editor configuration simply: "options": options for all of them :-) Allan
- 7th Oct 2016Changing the select list options for Add New Recordgetting the list of options), and instead querying the
- 29th Sep 2016Query in options not taking second where clauseField::inst( 'fleet_level.fleetLevelID' ) ->options( // need to get the
- 28th Sep 2016use of options instead of dependant()is similar to other options which also have APIs,
- 23rd Sep 2016options 10,25,50Use lengthMenu. The full, and searchable, list of options is available here. Allan
- 14th Sep 2016Need help with "type":"select", options:[ using ajax and databaseYes - use the update() method for the select field type. You basically call that on your field with the options (which will presumably be in the JSON response) - e.g.: editor.field('mySelect').update( json.mySelectOptions ); Regards, Allan
- 1st Sep 2016restrict options in combobox (First come first served entry booking)this.submit(); } } } ); } } ); To minimize the options to one I just