Login Register Help
API Documentation
Choose a stylesheet:

Functiondojo._getMarginBox

dojo.require("dojo._base.html");
returns an object that encodes the width, height, left and top positions of the node's margin box.
parametertypedescription
nodeDomNode 
computedStyleObject 

Usage

var foo=dojo._getMarginBox(node: DomNode, computedStyle: Object);