Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.29 KB

wef-bootstrap

Integrates IBM Web Experience Factory with Bootstrap

This project contains a WEF Theme that shows how to integrate WEF with Bootstrap. This includes the theme file, data definition, html template, DSUI base pages, and a sample model. The theme gives you basic DSUI functionality for list, details, and edits pages.

Currently the Bootstrap css and jQuery are pulled in from a CDN.

Future work needed:

  • Bootstrap enable Builder
  • Bootstrap Paging UI
  • Input Controls (e.g. Date picker)
  • Navigation Builder
  • Use Alert box for Datapage errors

Installation

Download the wef_bootstrap.zip or build it from source. To build from source you will need to run 'ant' from the project folder.

Once you have the wef_bootstrap.zip file use the Import > Web Experience Factory Archive to add to an existing project.

Contributors Welcome

If you would like to contribute you can clone this repo, and then submit a pull request for bug fixes or features.

Orders Sample Pages

List Page

List Page

Details Page

Details Page

Edit Page

Edit Page