Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js38 var FCKGeshi = new Object() ; class
39 FCKGeshi.isIE = FCKBrowserInfo.IsIE;
40 FCKGeshi.CheckForText = function() {
45 return FCKGeshi.StripHtmlDom(mySelection);
48 FCKGeshi.InsertText = function(code_type, lang, snip_fname, mySelection) {
75 FCKGeshi.Insert = function(code_type, lang, snip_fname) {
104 FCKGeshi.InsertEdited = function(val) {
183 FCKGeshi.StripHtmlDom = function(htmlText){