Searched refs:toNode (Results 1 – 1 of 1) sorted by relevance
632 this.copyTextStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.paren… argument634 }toNode.style.fontFamily=style.fontFamily;635 toNode.style.fontSize=style.fontSize;636 toNode.style.fontWeight=style.fontWeight;637 toNode.style.fontStyle=style.fontStyle;640 this.copyBoxStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.parent… argument642 }toNode.style.marginTop=style.marginTop;643 toNode.style.marginRight=style.marginRight;644 toNode.style.marginBottom=style.marginBottom;645 toNode.style.marginLeft=style.marginLeft;[all …]