Search
2677 results 51-60
Reference
General
- Editor 2.4.0 release notes › Release notes › CoreNew autocomplete field which can be used
- Editor 2.3.0 release notes › Release notes › ExamplesAjax return for datatable fields which have an Ajax
- Editor 2.0.6 release notes › Release notes › Corefield().disable() on a datatable field type would cause an
- Editor 2.0.0 release notes › Release notes › Coretransform data inside Editor fields between setting the value,
- Editor 1.9.5 release notes › Release notes › Corethe form while a field was still processing. This
- Editor 1.9.3 release notes › Release notes › Javascriptset for an upload field, allowing the message to
- Editor 1.9.0 release notes › Release notes › NewThe previous version used select elements giving a narrow
Forum
- 17th Oct 2015Passing a var from a select field to sort a tableI don't think you understood what I was saying.... You're trying to use a CSS selector in jQuery to select select.column_filter as input.column_filter... Try changing the line: $('input.column_filter').on( 'keyup click change', function () { to $('select.column_filter').on( 'click change', function () {
- 22nd Sep 2015Simple left join not populating select fieldThe change fixed the inline editing. I fixed the empty select list. Missed spelled field name it should be ReportGroup.reportGroupRoleID and I had ReportGroup.reportGrouproleID. thanks for your help
- 27th Apr 2015How to use dependent() to update one select field values from another fieldserver triggerred by a Select field. The reason is that
- 13th Oct 2014How to update options in 'select' field based on other field values (options data pulled from DB)?do: $data['Orders'] = $db ->query( 'select' ) ->table( 'Orders' ) ->get( 'ID
- 7th Sep 2014WHERE NOT LIKE in editor select fieldisset($_POST['action']) ) { $data['city'] = $db ->query( 'select', 'city' ) ->get( 'id as
- 26th Jun 2014Editor Select Field ID in ValueI fixed it by adding data: "WorkStage.Id" in { label: "", name: "WorkStage.Name", data:"WorkStage.Id", type: "select", ipOpts: getWorkStageList() }
- 31st Mar 2014passing back the value of a Select Field from a Lookup TableBut when I enter "category_id" as the name, then the PullDown is not populated anymore Presumably you are using an field().update() call in fnInitComplete to populate it? You need to also update the field name there. Allan
- 24th Sep 2013Select Field Type Bindingthat value in my select. :-)
- 9th Jan 2013How to search only selected options inside html select fieldhidden div outside of select field to let them available
- 7th Oct 2012Provide a JSON source for select fieldYou can use the update method for the field. For example: [code] editor.field('dept.id').update( json.dept ); [/code] This example shows how that can work in action: http://editor.datatables.net/release/DataTables/extras/Editor/examples/join.html Regards, Allan