Is there some tutorials bootstrap4xpages?

138 views Asked by At

I'm a beginner in developing xpages, I want to use bootsrap4 xpages I ask if there are good tutorials to help me. thanks

1

There are 1 answers

2
stwissel On

To use Twitter bootstrap in XPages you need 3 pieces:

  • Understand Bootstrap
  • The latest Extension library (it includes Bootstrap)
  • Head for http://xpages.tv - you will find tutorials there

In a nutshell: add the Extension Library X to your app, go to the app properties and pick the bootstrap theme. Then use the app layout control -> Done.

Make sure to read the install instructions for the extension library (it has 2 steps for Domino Designer).

Good luck