I followed the following site to do some layout in dojo:
http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/
The problem is there’s gap between BorderContainer and its children. How to eliminate them?
I followed the following site to do some layout in dojo: http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/ The problem
Share
Set the
guttersattribute to false.