Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckselection_gecko.js25 FCKSelection.GetType = function() class in FCKSelection
Dfckselection_ie.js25 FCKSelection.GetType = function() class in FCKSelection
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckselection_ie.js25 FCKSelection.GetType = function() class in FCKSelection
Dfckselection_gecko.js25 FCKSelection.GetType = function() class in FCKSelection
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js63 GetType : function() method in FCKStyle
/plugin/wysiwyg/fckeditor/editor/js/
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 … class
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… class
/plugin/fckg/fckeditor/editor/js/
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… class
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… class
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js58 FCKSelection.GetType=function(){this._Type='Text';var A;try { A=FCK.EditorWindow.getSelection();}ca… class
Dfckeditorcode_ie.js59 FCKSelection.GetType=function(){return FCK.EditorDocument.selection.type;};FCKSelection.GetSelected… class