I am trying to place a dojo button on google map. How to do this ? I tried creating button like
var tbutton = new dijit.form.Button({id: "showUsers", label: "User"});
controlUI.appendChild(tbutton);
(controlUI is parent div which gets placed on map)
also tried
controlUI.appendChild(tbutton.domNode);
None of them work.
Try dojo.place