Home
last modified time | relevance | path

Searched refs:mySelection (Results 1 – 3 of 3) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/plugintool/
Dfckplugin.js53mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML(isSafari) : removeBR(FCKSelect…
55 mySelection = mySelection.replace(/^\s+/,"");
56 mySelection = mySelection.replace(/\s+$/,"");
58 if(mySelection.match(/<\/FCK:plugin>/)) {
61 mySelection = mySelection.replace(/<\/FCK:plugin>/gi,"");
62 mySelection = mySelection.replace(/<FCK:plugin.*?>/gi,"");
65 mySelection = mySelection.replace(/<\/P>/gi," <br><br> ");
66 mySelection = mySelection.replace(/^<P.*?>/gi," <br><br> ");
67 mySelection = mySelection.replace(/&nbsp;/gi, ""); // for IE in <indent>
69 mySelection = mySelection.replace(/<indent.*?indent>/gi, "");
[all …]
/plugin/fckg/fckeditor/editor/plugins/fonts/
Dfckplugin.js52mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML(isSafari) : removeBR(FCKSelect…
54 mySelection = mySelection.replace(/<.*?>/g,"");
55 mySelection = mySelection.replace(/^\s+/,"");
56 mySelection = mySelection.replace(/\s+$/,"");
57 if(!mySelection) return false;
58 if(!mySelection) mySelection = "<br /><br />";
59 hrefHtml = hrefStartHtml+mySelection+hrefEndHtml;
67 var mySelection = removeBR(FCKSelection.GetSelectedHTML(isSafari),true);
68 return mySelection;
76mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML(isSafari) : removeBR(FCKSelect…
[all …]
/plugin/fckg/fckeditor/editor/plugins/geshi/
Dfckplugin.js43 …var mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML(isSafari) : removeBR(FCKSe…
45 return FCKGeshi.StripHtmlDom(mySelection);
48 FCKGeshi.InsertText = function(code_type, lang, snip_fname, mySelection) { argument
57 mySelection = mySelection.replace(/^\s+/,"");
58 mySelection = mySelection.replace(/\s+$/,"");
59 if(!mySelection) mySelection = "<br /><br />";
61 hrefHtml = hrefStartHtml+mySelection+hrefEndHtml;
84mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML(isSafari) : removeBR(FCKSelect…
86 mySelection = mySelection.replace(/^\s+/,"");
87 mySelection = mySelection.replace(/\s+$/,"");
[all …]