Reputation: 307
Heres my code snippet, whats wrong?
mydocklayoutpanle.getElement().getStyle().setProperty("borderWidth", "4");
All i need is to show the borders. Any suggestion would help.
Upvotes: 0
Views: 1250
Reputation: 1701
Try dockPanel.getElement().getStyle().setProperty("border","black solid 4px");
Upvotes: 2