XPages

Home » XPages

Date Time Picker and Internet Explorer 8

A few weeks ago one of my colleagues was having a problem with the Date Time Picker control in an XPage. You can see an example here. Whenever he clicked the calendar icon, the form refreshed immediately, before a value could be selected. After further investigation, this was happening only on Internet Explorer, but not […]

Date Time Picker and Internet Explorer 8 Read More »

Dojox Charting Tutorial – Part Six: Appendices

As I said in Part One, this series came about through an awareness of dojox charting and a desire to investigate its suitability to replace our current third-party solution. At the time I was not aware of NotesReconn on OpenNTF, which recently won second place in the TeamStudio Spotlight awards, and that’s definitely on my radar now

Dojox Charting Tutorial – Part Six: Appendices Read More »

Dojox Charting Tutorial – Part Five: Line Chart HTML Markup

In the previous parts of this tutorial (accessible from the link on the left-hand side of this page) I have shown how to use the dojox charting code to create pie charts, bar charts, column charts, and a line chart via javascript. In this part, I will create a line chart similar to the one created in

Dojox Charting Tutorial – Part Five: Line Chart HTML Markup Read More »

Dojox Charting Tutorial – Part Three: Column and Bar Charts

In Part One (http://hermes.intec.co.uk/Intec/Blog.nsf/dx/10012010214412HERTH7.htm) I have given some background and generic code quired on any page showing a dojo chart. In Part Two (http://hermes.intec.co.uk/Intec/Blog.nsf/dx/12012010175038HERNX7.htm) I added a series using javascript onto my XPage and generated a pie chart. In Part Three I will cover the other two chart types shown on my first demo page

Dojox Charting Tutorial – Part Three: Column and Bar Charts Read More »

Dojox Charting Tutorial – Part Two: Creating Series and Generating the Pie Chart

In Part One I covered the generic code elements required on the XPage before we get as far as creating the data for the chart and the chart itself. Now we get into the interesting stuff. Creating a Series The first part of the chart is the series. What I’m looking to produce is an array

Dojox Charting Tutorial – Part Two: Creating Series and Generating the Pie Chart Read More »

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 »

Workaround for Multi-Value Fields – Update

Earlier this month I posted an article about multi-value field problems. The good news is it’s been SPR’d  – reference EGLN7YMLYD. However, while looking into a fellow developer’s problems on this area, my mind wandered back to the XPages templates that have been developed by IBM, specifically the Discussion Template. Surely Tags (WebCategories field) is

Workaround for Multi-Value Fields – Update Read More »

Audit Comments Custom Control: Enhancement

A couple of weeks ago I posted on my blog an Audit Comments Custom Control for XPages, which launches a dijit dialog for audit comments when editing a document, and passes the value of the field back to the underlying DominoDocument data element. This simulated finctionality I had previously used in the Notes client for logging

Audit Comments Custom Control: Enhancement Read More »

Scroll to Top