Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
Dfirebug-lite-1.4.js632 this.copyTextStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.paren… argument
634 }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… argument
642 }toNode.style.marginTop=style.marginTop;
643 toNode.style.marginRight=style.marginRight;
644 toNode.style.marginBottom=style.marginBottom;
645 toNode.style.marginLeft=style.marginLeft;
[all …]