Home
last modified time | relevance | path

Searched refs:_AddAttributes (Results 1 – 4 of 4) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckstyledef_gecko.js39 this._AddAttributes( e ) ;
51 this._AddAttributes( oControl ) ;
55 FCKStyleDef.prototype._AddAttributes = function( targetElement ) method in FCKStyleDef
Dfckstyledef_ie.js37 this._AddAttributes( e ) ;
49 this._AddAttributes( oControl ) ;
53 FCKStyleDef.prototype._AddAttributes = function( targetElement ) method in FCKStyleDef
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js63_AddAttributes(e);this._RemoveDuplicates(e);var B=A.getRangeAt(0);B.insertNode(e);}else{var C=FCK.… method in FCKStyleDef
Dfckeditorcode_ie.js64_AddAttributes(e);this._RemoveDuplicates(e);B.pasteHTML(e.outerHTML);}else if (A.type=='Control'){… method in FCKStyleDef