In my old app I resized a ContentPane when a search button was clicked with the following code:dojo.style(dijit.byId("map"), "height", "83%");
Now I have wrapped the map div in a dijit.layout.BorderContainer with another content pane. The same code structure doesn't seem to work to be able to resize the entire BorderContainer.Any clues on what I'm missing or how to achieve my goal?