Blog Archives

Learning XPages Part 44 : Adding A Dropdown Combobox Lookup To A Field

In traditional notes client development  our ‘location’ field would be a dropdown list of all the valid locations created with a @dbColumn formula. In XPages we can duplicate this functionality using the ‘ComboBox’ control. Open your content_Person custom control and

Tagged with: , , , ,
Posted in None

Learning XPages Part 43 : Enabling All Fields On A New Document

So now we have the ability to add a new person document to our database via XPages but you may have noticed that there are some fields that are set as readonly when the document is in edit mode because

Tagged with: , ,
Posted in None

Learning XPages Part 42 : Creating A New Person Document

So far in our application we have shown you how to display the current documents in the database and how to edit existing person documents. Over the next few parts we are going to add in some controls that will

Tagged with: , ,
Posted in None

Learning XPages Part 41 : Debugging Your Code

Over the course of the series we have been using some small snippits of JavaScript to compute the values of properties and labels on our XPage. A lot of our JavaScript so far has followed styles that we are familiar

Tagged with: , ,
Posted in None
Archives