Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js637 ClearElementJSProperty : function( element, attrName ) method in FCKDomTools
660 this.ClearElementJSProperty( element, '_FCKMarkerId' ) ;
662 this.ClearElementJSProperty( element, j ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38 …A){A=A.cloneNode(false);A.removeAttribute('id',false);return A;},ClearElementJSProperty:function(A… method in FCKDomTools
42 try {this.ClearElementJSProperty(B,'_FCKMarkerId');
43 for (var j in A[D]['markers']) this.ClearElementJSProperty(B,j);
75ClearElementJSProperty(A[i],B);}};FCKTableHandler._ReplaceCellsByMarker=function(A,B,C){for (var i…
115 …t('frameElement');R.tabIndex=R._fck_originalTabIndex;FCKDomTools.ClearElementJSProperty(R,'_fck_or…
H A Dfckeditorcode_ie.js40 …A){A=A.cloneNode(false);A.removeAttribute('id',false);return A;},ClearElementJSProperty:function(A… method in FCKDomTools
46 try{this.ClearElementJSProperty(B,'_FCKMarkerId');
47 for (var j in A[D]['markers']) this.ClearElementJSProperty(B,j);
79ClearElementJSProperty(A[i],B);}};FCKTableHandler._ReplaceCellsByMarker=function(A,B,C){for (var i…
116 …t('frameElement');R.tabIndex=R._fck_originalTabIndex;FCKDomTools.ClearElementJSProperty(R,'_fck_or…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36ClearElementJSProperty:function(A,B){if (FCKBrowserInfo.IsIE) A.removeAttribute(B);else delete A[B… method in FCKDomTools
H A Dfckeditorcode_gecko.js35ClearElementJSProperty:function(A,B){if (FCKBrowserInfo.IsIE) A.removeAttribute(B);else delete A[B… method in FCKDomTools