dojo

Home » dojo

Dojox Charting Tutorial – Part One: Background and Generic Code

At Intec we have a number of applications that have included charts for some time, whether for dashboards or other reporting. At the time the we used haneng charts (http://www.hanengcharts.com/), because we didn’t have the expertise in house to develop anything as good or better. The product provided what we needed and still does. But […]

Dojox Charting Tutorial – Part One: Background and Generic Code Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Two

 In Part One we saw that the XSP.attachValidator function threw a javascript error, and that adding a required validator does not allow you to customise the message. However, with a little bit of scripting it is still possible to use XSP.attachValidator. Option Two: Add Scripted Validators First, a couple of basics. Whereas the required validator uses server-side

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Two Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part One

I recently had the need to add validation to radio buttons, check boxes and list boxes for an XPages app. Sounds straightforward, surely it’s just the same as for any other control. However, I was creating the Radio button group, Checkbox group and List Box controls for Domino documents in a repeat control. So for

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part One Read More »

Scroll to Top