Searched defs:GetType (Results 1 – 11 of 11) sorted by relevance
25 FCKSelection.GetType = function() class in FCKSelection
63 GetType : function() method in FCKStyle
51 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle63 FCKSelection.GetType=function(){var A='Text';var B;try { B=FCK.EditorWindow.getSelection();} catch … class
52 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle64 FCKSelection.GetType=function(){try{var A=FCK.EditorDocument.selection.type;if (A=='Control'||A=='T… class
66 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle78 FCKSelection.GetType=function(){try{var A=FCKSelection.GetSelection().type;if (A=='Control'||A=='Te… class
62 …A.Element||'span').toLowerCase();this._StyleDesc=A;};FCKStyle.prototype={GetType:function(){var A=… method in FCKStyle74 FCKSelection.GetType=function(){var A='Text';var B;try { B=this.GetSelection();} catch (e) {};if (B… class
58 FCKSelection.GetType=function(){this._Type='Text';var A;try { A=FCK.EditorWindow.getSelection();}ca… class
59 FCKSelection.GetType=function(){return FCK.EditorDocument.selection.type;};FCKSelection.GetSelected… class