Home
last modified time | relevance | path

Searched refs:rangeCount (Results 1 – 25 of 45) sorted by relevance

12

/plugin/issuetracker/
Dwysiwyg_editor.js17 if (sel.rangeCount) {
19 for (var i = 0, len = sel.rangeCount; i < len; ++i) {
47 if (sel.rangeCount) {
49 for (var i = 0, len = sel.rangeCount; i < len; ++i) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckselection_gecko.js35 if ( sel && sel.rangeCount == 1 )
129 if ( oSel && oSel.rangeCount > 0 )
131 var range = oSel.getRangeAt( startBoundary ? 0 : ( oSel.rangeCount - 1 ) ) ;
205 for ( var i = 0 ; i < oSel.rangeCount ; i++ )
Dfcktablehandler_gecko.js31 if ( oSelection.rangeCount == 1 && oSelection.anchorNode.nodeType == 3 )
41 for ( var i = 0 ; i < oSelection.rangeCount ; i++ )
Dfck_gecko.js215 if ( !sel || sel.rangeCount < 1 )
Dfck.js787 if ( sel && sel.rangeCount == 1 )
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktablehandler_gecko.js31 if ( oSelection.rangeCount == 1 && oSelection.anchorNode.nodeType == 3 )
42 for ( var i = 0 ; i < oSelection.rangeCount ; i++ )
Dfckselection_gecko.js37 if ( oSel && oSel.rangeCount == 1 )
145 for ( var i = 0 ; i < oSel.rangeCount ; i++ )
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckdomrange_gecko.js32 if ( oSel.rangeCount == 1 )
Dfckstyledef_gecko.js33 for ( var i = 0 ; i < oSelection.rangeCount ; i++ )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdomrange_gecko.js32 if ( oSel && oSel.rangeCount > 0 )
/plugin/fckg/fckeditor/editor/plugins/fonts/
Dfckplugin.js116 for ( var i = 0 ; i < oSelection.rangeCount ; i++ ) {
/plugin/fckg/fckeditor/editor/plugins/plugintool/
Dfckplugin.js132 for ( var i = 0 ; i < oSelection.rangeCount ; i++ ) {
/plugin/fckg/fckeditor/editor/plugins/geshi/
Dfckplugin.js138 for ( var i = 0 ; i < oSelection.rangeCount ; i++ ) {
/plugin/highlight2wiki/
Dscript.js14 for(var i = 0; i < selectedText.rangeCount; i++) {
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.layout.editor.js24 …tClientState=function(){var state={};var selection=window.getSelection();if(selection.rangeCount>0)
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcklistcommands.js151 for ( var i = 1 ; selectionObject && i < selectionObject.rangeCount ; i++ )
/plugin/fckg/fckeditor/editor/plugins/range/
Dfckplugin.js356 if(rng && rng.rangeCount && rng.getRangeAt) {
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js52 …n=function(){this.Release(true);var A=this.Window.getSelection();if (A.rangeCount==1){this._Range=…
58rangeCount==1){var B=A.getRangeAt(0);if (B.startContainer==B.endContainer&&(B.endOffset-B.startOff…
60 ….rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscensor(B.anchorNode,'TD,TH');…
63 …ntInstance.EditorDocument.createElement(this.Element);for (var i=0;i<A.rangeCount;i++){e.appendChi…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_gecko.js31 …E&&FCKDomTools.PaddingNode){var A=FCKSelection.GetSelection();if (A&&A.rangeCount==1){var B=A.getR…
35 …rDocument.body.firstChild);var A=FCKSelection.GetSelection();if (!A||A.rangeCount<1) return;var B=…
67 …unction(){this.Release(true);var A=this.Window.getSelection();if (A&&A.rangeCount>0){this._Range=F…
74rangeCount==1){var C=B.getRangeAt(0);if (C.startContainer==C.endContainer&&(C.endOffset-C.startOff…
76 …B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscensor(B.anchorNode,'TD,TH')…
89 …tion();if (T&&F.length==0) K.push(T.getRangeAt(0));for (var i=1;T&&i<T.rangeCount;i++) K.push(T.ge…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js31 …CKDomTools.PaddingNode){var A=FCK.EditorWindow.getSelection();if (A&&A.rangeCount==1){var B=A.getR…
32 …ument.body.firstChild);var O=FCK.EditorWindow.getSelection();if (!O||O.rangeCount<1) return;var G=…
56 …unction(){this.Release(true);var A=this.Window.getSelection();if (A&&A.rangeCount>0){this._Range=F…
63rangeCount==1){var C=B.getRangeAt(0);if (C.startContainer==C.endContainer&&(C.endOffset-C.startOff…
65 …B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscensor(B.anchorNode,'TD,TH')…
78 …tion();if (T&&F.length==0) K.push(T.getRangeAt(0));for (var i=1;T&&i<T.rangeCount;i++) K.push(T.ge…
Dfckeditorcode_ie.js32 …CKDomTools.PaddingNode){var A=FCK.EditorWindow.getSelection();if (A&&A.rangeCount==1){var B=A.getR…
79 …tion();if (T&&F.length==0) K.push(T.getRangeAt(0));for (var i=1;T&&i<T.rangeCount;i++) K.push(T.ge…
/plugin/codemirror/dist/keymaps/
Dsublime.min.js.map1rangeCount","sortLines","caseSensitive","toSort","selected","lines","sort","a","b","au","bu","sort…
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 …if(window.getSelection){var e=window.getSelection();if(e.getRangeAt&&e.rangeCount)return e.getRang…
32 …e.multiSelect&&(t=e.selection.index,d.rangeCount!=e.multiSelect.rangeCount&&(d={rangeCount:e.multi… property
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js10035 if (sel.getRangeAt && sel.rangeCount)
10132 if (sel.getRangeAt && sel.rangeCount)
10680 if (sel.getRangeAt && sel.rangeCount)
10993 if (sel.getRangeAt && sel.rangeCount)
10997 for (var i = 0, len = sel.rangeCount; i < len; ++i)
DFormat.js3437 var container = (selection.rangeCount > 0) ? selection.getRangeAt(0).commonAncestorContainer :
3512 if (selection.rangeCount > 0)

12