Search
2900 results 321-330
Forum
- 19th Jan 2016Keytable focus stuck on cell even though inline editing opened on another celllagain. /* function to enable inline editing of a cell
- 16th Jan 2016Starting Inline Editing on pressing the Enterto diabled it on inline editing aswell? So the
- 14th Jan 2016When using multiple Selectize.js inline fields - all render when just one shouldselectize list, regardless of inline of main editing mode.
- 17th Dec 2015After an inline edit, the edited row dissapearsthe response for the inline edit, but now the
- 8th Dec 2015Editor - Inline editing using DropdownEditor's inline mode will use whatever
- 7th Dec 2015Inline edit : Uncaught TypeError: Cannot read property 'contents' of undefinedpass the index into inline() rather than the node
- 3rd Dec 2015inline(): clear field when edit is triggeredEnded up highlighting the text instead by using this: editor.on( 'open', function ( e, mode, action ) { if ( mode === 'inline' ) { var fieldInstance = editor.field( editor.displayed()[0] ); fieldInstance.input().select(); } }); Thank you for the quick response and a great tool you are building :-)
- 16th Nov 2015Disappearing table row. Inline EditorAny idea how to resolve this? im also having the same issue with disappearing row after the table is updated successfully with inline editing
- 13th Nov 2015Prevent inline row refresh on saveeven when operating in inline mode) so it always
- 10th Nov 2015inline editing and cascading comboboxesUnfortunately, inline editing doesn't really lend itself to conditional options since only one field can be displayed at a time with Editor's inline editing mode. The bubble editing (bubble() however might be more useful in this case. Allan