help
help

Reputation: 307

How to set docklayoutpanel borderwidth in gwt

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

Answers (1)

maneesh
maneesh

Reputation: 1701

Try dockPanel.getElement().getStyle().setProperty("border","black solid 4px");

Upvotes: 2

Related Questions