Skip to content
l0rdn1kk0n edited this page Jul 22, 2012 · 2 revisions

Render Resource References

To add Bootstrap support to your pages, add this in the renderHead method:

@Override
public void renderHead(IHeaderResponse response) {
    super.renderHead(response);

    Bootstrap.renderHead(response);
}

This will render a dependency to the Twitter bootstrap CSS and JS files, including the required dependency to JQuery.

Clone this wiki locally