Searched defs:textContent (Results 1 - 1 of 1) sorted by relevance

/yui3/src/editor/js/
H A Deditor-selection.js10 var textContent = 'textContent', variable
15 textContent = 'nodeValue';
258 c = childs[i][textContent].match(Y.EditorSelection.REG_CHAR);
259 s = childs[i][textContent].match(Y.EditorSelection.REG_NON);
765 inHTML = node.get(textContent);
877 txt = node.get(textContent);
881 node.set(textContent, txt);

Completed in 194 milliseconds