Blog Archives

Learning Xpages Part 47 : Using A View Control To List Locations

When displaying the list of location son the home page I used a repeat control inside a table. This allowed me to add additional features such as the hover effect on each row of the table and gave the use

Tagged with: , , ,
Posted in None

Learning XPages Part 46 : Setting Up To Add Edit And Delete Locations

Our application is nearly complete on the XPages side. A normal user can select a location, look at all the people in that location, select a person and look at all the details for that person.  A user with the

Tagged with: , ,
Posted in None

Learning XPages Part 45 : Deleting A Document

Now that our phonebook editor has the ability to create person documents how about we give them the ability to delete person documents also. For this I am going to create a new action button on the content_Person custom control

Tagged with: , ,
Posted in None

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
Archives