Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_gecko.js25 FCKSelection.GetType = function() function
H A Dfckselection_ie.js25 FCKSelection.GetType = function() function
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js63 GetType : function() method in FCKStyle
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js52 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle
64 FCKSelection.GetType=function(){try{var A=FCK.EditorDocument.selection.type;if (A=='Control'||A=='T… function
H A Dfckeditorcode_gecko.js51 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle
63 FCKSelection.GetType=function(){var A='Text';var B;try { B=FCK.EditorWindow.getSelection();} catch … function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js62 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle
74 FCKSelection.GetType=function(){var A='Text';var B;try { B=this.GetSelection();} catch (e) {};if (B… function
H A Dfckeditorcode_ie.js66 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle
78 FCKSelection.GetType=function(){try{var A=FCKSelection.GetSelection().type;if (A=='Control'||A=='Te… function