Search
2675 results 351-360
Forum
- 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
- 18th Aug 2016.Net - Add blank row option to Field.Options()An update on this for anyone who finds this discussion though the search options - Editor 1.5.4 introduced a placeholder option to the -field select type that makes this really easy on the client-side. Allan
- 6th Jul 2016How to change row edit from input text to dropdown ?I want to set some fields to be drop sown values instead of text. Use the select field type for select field type. Allan
- 6th May 2016Ellipsis to truncate fails in Editor.reply. No, the Editor (select field) works as expected. It
- 5th May 2016Drop Downs as a way to inline edit?update method of the select field type. Allan
- 18th Apr 2016Can't manipulate all fields on preSubmitof paint (by a select field in "item_painting.painting_id") then, on
- 30th Mar 2016Editor to dynamically load field/column header/footer namesof hoping I could select field labels in different languages
- 28th Mar 2016select2 doesn't load the options correctlybut the default editor select field doesn't support option groups,
- 3rd Mar 2016What I do need to run Editor with Bootstrap?Cool !!! But I noticed one bug: 1. go to http://datatables.net/download/index 2. select Editor 3. select Field type - Bootstrap Date Time picker 4. select Bootstrap Date Time Picker ... and now the switcher Concatenate: Single/Individual doesn't work anymore i.e Package results
- 15th Jan 2016How to dynamically populate ioptsThe select field type has an update()