Lines Matching refs:textarea

802 			if (document.activeElement == graph.cellEditor.textarea)
810 if (document.activeElement == graph.cellEditor.textarea)
3438 graph.cellEditor.textarea;
3442 if (graph.cellEditor.textarea != null && elt != graph.cellEditor.textarea &&
3443 graph.cellEditor.textarea.contains(elt) &&
3475 if (container == graph.cellEditor.textarea ||
3481 if (container != graph.cellEditor.textarea)
3534 if (par != null && isOrContains(graph.cellEditor.textarea, par))
3540 var elts = graph.cellEditor.textarea.getElementsByTagName('font');
3619 var tmp = graph.cellEditor.textarea.getElementsByTagName('font');
3638 var newFonts = graph.cellEditor.textarea.getElementsByTagName('font');
3836 …if (node != null && node == graph.cellEditor.textarea && graph.cellEditor.textarea.firstChild != n…
3838 if (graph.cellEditor.textarea.firstChild.nodeName != 'P')
3840 graph.cellEditor.textarea.innerHTML = '<p>' + graph.cellEditor.textarea.innerHTML + '</p>';
3843 node = graph.cellEditor.textarea.firstChild;
3846 if (node != null && graph.cellEditor.textarea != null && node != graph.cellEditor.textarea &&
3847 graph.cellEditor.textarea.contains(node))
3862 if (document.activeElement == graph.cellEditor.textarea)
3870 if (document.activeElement == graph.cellEditor.textarea)
4350 if (graph.getParentByName(node, name, graph.cellEditor.textarea) != null)
4427 currentTable = graph.getParentByName(node, 'TABLE', graph.cellEditor.textarea);
4523 mxEvent.addListener(graph.cellEditor.textarea, 'DOMSubtreeModified', updateCssHandler);
4526 mxEvent.addListener(graph.cellEditor.textarea, 'input', updateCssHandler);
4527 mxEvent.addListener(graph.cellEditor.textarea, 'touchend', updateCssHandler);
4528 mxEvent.addListener(graph.cellEditor.textarea, 'mouseup', updateCssHandler);
4529 mxEvent.addListener(graph.cellEditor.textarea, 'keyup', updateCssHandler);