I'm unsure of how to use this property of the scalebar widget. If I pass the id with or without '#' as a string It does not attach to my div. Has anyone successfully used this, if so how?var scalebar = new esri.dijit.Scalebar({ map: map, srcNodeRef: "#scale", //attachTo: "bottom-right", scalebarUnit: "english" });