Home
last modified time | relevance | path

Searched defs:GetSelection (Results 1 – 2 of 2) sorted by relevance

/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js74 FCKSelection.GetType=function(){var A='Text';var B;try { B=this.GetSelection();} catch (e) {};if (B… function
H A Dfckeditorcode_ie.js78 FCKSelection.GetType=function(){try{var A=FCKSelection.GetSelection().type;if (A=='Control'||A=='Te… class in FCKSelection