Search
9302 results 181-190
Reference
select› Select listsupporting the following keyboard options: Submitting the form: Pressdatetime› Date and / or time inputthe displayFormat and wireFormat options and including the Moment.jsdatatable› DataTable as an inputfrom a list of options. It has all theautocomplete› Autocomplete text inputdata. The list of options is automatically filtered aslightbox› Display the main editing form in a lightboxThe lightbox controller provides options to configure how itjqueryui› Use a jQuery UI Modal to display the main editing formautomatically set the display option's default value to befoundation› Use a Foundation Reveal Modal to display the main editing formautomatically set the display option's default value to beenvelope› Visually attach the form to an existing element on the pageThe envelope controller provides options to configure how itbootstrap› Use a Bootstrap modal to display the main editing formautomatically set the display option's default value to beremoveSingle› A button that will delete a single row using _Editor_the same functionality and options as the remove with
Forum
- 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
- 26th Aug 2016Ajax Json data using some Tables with optionsfor the commun button options, now that works good