Tag: custom control

  • Buttons for a view in a Custom Control

    There are standard buttons that are often added to a view that perform the basic functions (new, delete, refresh) that usually you put in a view. The code in this post is a Custom Control you can add to a XPage bound to a lotus view to insert the buttons New, Delete and Refresh. This…

  • Buttons for a form in a Custom Control

    There are standard buttons that are often added to a form that perform the basic functions (edit, save, close) that usually you put in a form. The code in this post is a Custom Control that you can add to a XPage connected to a lotus form to place the buttons Edit, Save and Close.…