Project

General

Profile

How to use Bootstrap grid system with Wt?

Added by Plug Gulp almost 4 years ago

Dear Wt team,

How to use Bootstrap grid with Wt? I am using WBootstrapTheme. Do I need to use WTemplate to use the grid, and also other Bootstrap component styling e.g. forms, tables, buttons etc?

Thanks and kind regards,

~Plug


Replies (1)

RE: How to use Bootstrap grid system with Wt? - Added by Emeric Poupon almost 4 years ago

The idea is to use WTemplate indeed.

See https://webtoolkit.eu/widgets/forms/integration-example

In this example, the template file is defining the positions of your widget (using the grid system).

You then just have to bind your widgets and manipulate them in your code.

    (1-1/1)