문제

All the examples for gwt-bootstrap that I've come across show the use of Twitter Bootstrap styles inside a UiBinder XML file.

But what if I don't like UiBinder?

What if I want to use raw Widgets, or what if I want to use a CssResource client bundle, and write my own external CSS files?

Can gwt-bootstrap work outside the context of a UiBinder instance? If so, how? Code examples? Thanks in advance!

도움이 되었습니까?

해결책

Yes,You can without Uibinder. Just set up the widgets like any other non-uibinder GWT app and apply your style.

There is no condition that you have to use UI binder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top