Lines Matching refs:mxCellEditor

10873 		mxCellEditor.prototype.isContentEditing = function()  class
10883 mxCellEditor.prototype.isTableSelected = function()
10893 mxCellEditor.prototype.isTextSelected = function()
10916 mxCellEditor.prototype.insertTab = function(spaces)
10954 mxCellEditor.prototype.alignText = function(align, evt)
10987 mxCellEditor.prototype.saveSelection = function()
11016 mxCellEditor.prototype.restoreSelection = function(savedSel)
11086 mxCellEditor.prototype.escapeCancelsEditing = false;
11091 var mxCellEditorStartEditing = mxCellEditor.prototype.startEditing;
11092 mxCellEditor.prototype.startEditing = function(cell, trigger)
11142 var cellEditorInstallListeners = mxCellEditor.prototype.installListeners;
11143 mxCellEditor.prototype.installListeners = function(elt)
11265 mxCellEditor.prototype.toggleViewMode = function()
11386 var mxCellEditorResize = mxCellEditor.prototype.resize;
11387 mxCellEditor.prototype.resize = function(state, trigger)
11448 mxCellEditorGetInitialValue = mxCellEditor.prototype.getInitialValue;
11449 mxCellEditor.prototype.getInitialValue = function(state, trigger)
11470 mxCellEditorGetCurrentValue = mxCellEditor.prototype.getCurrentValue;
11471 mxCellEditor.prototype.getCurrentValue = function(state)
11494 var mxCellEditorStopEditing = mxCellEditor.prototype.stopEditing;
11495 mxCellEditor.prototype.stopEditing = function(cancel)
11509 mxCellEditor.prototype.focusContainer = function()
11521 var mxCellEditorApplyValue = mxCellEditor.prototype.applyValue;
11522 mxCellEditor.prototype.applyValue = function(state, value)
11548 mxCellEditor.prototype.getBackgroundColor = function(state)
11568 mxCellEditor.prototype.getMinimumSize = function(state)