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

/yui3/src/editor/js/
H A Deditor-selection.js3 * @class EditorSelection
18 Y.EditorSelection = function(domEvent) {
65 this.anchorNode = this.focusNode = Y.EditorSelection.resolve(ieNode);
100 this.anchorNode = Y.EditorSelection.resolve(sel.anchorNode);
101 this.focusNode = Y.EditorSelection.resolve(sel.focusNode);
124 Y.EditorSelection.removeFontFamily = function(n) {
130 if (s.match(Y.EditorSelection.REG_FONTFAMILY)) {
131 s = s.replace(Y.EditorSelection.REG_FONTFAMILY, '');
143 Y.EditorSelection.filter = function(blocks) {
147 var nodes = Y.all(Y.EditorSelection
[all...]

Completed in 15 milliseconds