Quick XPages tip: Show validation status icon on bootstrap tabs

In one of my XPages projects I use bootstrap tabs to make it user friendly. One down side is that on different tabs are required fields, so when the validation failed there is no clear overview which fields need to be filled in. On the web I found the JQuery project, form validation, with a Read More

Give the XPages File download control a bootstrap UI

As I wrote before, I am developing a version 2.0 of Planning Portal app, with responsive design. My goal was to try get everything a bootstrap UI, last blog was about the File Upload control. At last the File Download Control was remaining. The display is not that bad, but I doesn’t like the remove Read More

JQuery text complete plugin on a XPage

This week I came across a website with a cool input box. It was possible to put in text and @mentions and #tags, which gives some drop downs to choose from. I was intrigued by the possibilities, so I started to investigating the code, and was pointed to a JQuery plugin, text complete on GitHub. Read More