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…
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…
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…
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…
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…
You must be logged in to post a comment.