Search
2679 results 2521-2530
Forum
- 19th Feb 2015Two select boxes : the first one control the ipopts of the secondoptions of the position field to be those three
- 19th Feb 2015fields select and radio / editora value for a field Editor shouldn't be writing
- 30th Jan 2015Refresh the oLanguage sSearch text field after an event?this code section here: $( 'select', table.column( 2 ).header() ).on(
- 29th Nov 2014I need to remove a field in my editor form if a specific value is inputwant to use a select element, rather than an
- 19th Nov 2014Multiple editor names using one fieldwant my user to select a starttime and endtime
- 18th Nov 2014Unable to automatically determine field from source. Please specify the field nameActually this inline edit working fine except select date fields but on opening the same table through container.editor .title( 'Edit record' ) .buttons( { "label": "Update", "fn": function () { container.editor.submit() } } ) .edit( $(this).parents('tr') ); show this error in console
- 29th Oct 2014How to limit the options of a date field?Hi, $('date', editor.field('manage.from_date').node()) That is trying to select a date HTML element. Try: $('input', editor.field('manage.from_date').node()) Which will select the input element and then act on that. Allan
- 7th Jan 2014Columns not sorting when using default search fieldSelect "New" from the Spellbook menu and then enter a name for the Spellbook and select a Wizard. Its for a game company :-)
- 15th Aug 2013filter sub select drop down menu by main oneyou filter the town_id field, that the previously selected
- 1st Aug 2013jquery chosen for select fields?Yes - it will be possible, but you'd need to use a plug-in field type for chosen. There is a tutorial on creating field types here: https://editor.datatables.net/tutorials/field_types Allan