Home | History | Annotate | Download | only in front-end

Lines Matching refs:newText

207     _editingCommitted: function(element, newText, oldText, context, moveDirection)
250 if (textBeforeEditing == newText) {
257 this._editingNode.data[columnIdentifier] = newText;
261 this._editCallback(this._editingNode, columnIdentifier, textBeforeEditing, newText);