Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js48 FCKGeshi.InsertText = function(code_type, lang, snip_fname, mySelection) { argument
62 if(snip_fname) {
63 hrefHtml=downloadable_snippet(hrefHtml, snip_fname) ;
75 FCKGeshi.Insert = function(code_type, lang, snip_fname) { argument
91 if(snip_fname) {
92 hrefHtml=downloadable_snippet(hrefHtml, snip_fname) ;