Search
2677 results 961-970
Forum
- 7th Sep 2016Returning more than just value and description within joined table for selectgo about disabling that select option too. Just don't include it as a field in your Editor Javascript
- 6th Apr 2016Editor: how do I automatically fill an auto-increment sequence default field on record creation?combine it with a SELECT nextval('test_gid_sequence') SQL statement to have a pre-filled key field on record create, depending
- 5th Jul 2013SELECT type defaultsiLen=this.s.fields.length ; i<iLen ; i++ ) { var field = this.s.fields[i]; var val = field.dataSourceGet( data, 'editor' ); //alert(JSON.stringify(field)); if(field['type'] === 'select' || field['type'] === 'radio'){ var setValue;
- 17th Jun 2013Editor not showing current value in select listis how the Editor field is configured: [code] { "label": 'Salutation', "name": "salutation", "type": "select", "default": 3, "ipOpts": salutationLoader()
- 3rd May 2013Ipopts for asynchronous update on select.this as the second field? [code] editor.add( { "label": "Activity Detail", "name": "activitydetail", "type": "select", "ipOpts": [ { "label": "1", "value":
- 30th Aug 2023Datatable Date field inline edit is not sending updated value to server.inline edit for date field is not working properly. As soon as i select any date, request is
- 9th May 2022Uncaught Error adding field - unknown field type datatabledatatables as a single select, but I got an error: Uncaught Error adding field - unknown field type datatable
- 1st May 2019How to autosave when i select item in dropdown list with different dropdown value for each rowsstatus value when i select an item on dropdownlist selection for that particular field. i.e How to update
- 15th Feb 2018How to find text of select box with given any option on presubmit event?of the item I select. editor.create(false).set('personName', editor.field('sBox').input().find({option:selected}).text()); //where person name is a hidden field defined on editor. } However,
- 20th Dec 2016try to use DT for select listUser clicks on search field - Dropdown list with table content appears (works) - multiple select (works) - when first item