The Reservation Management page consists of a table that displays reservations and a set of buttons above the table that perform operations on a reservation selected in the table. The columns of the table, as well as the buttons above the table, are configured in the reservations.xml file.
To add/remove/modify buttons in the Reservation Management Table
<menu label="All Buttons"> <refresh label="Refresh" /> <delete label="Delete" /> </menu>
Buttons may stand on their own as child elements of <controls>; they are not required to be in a menu button.
Element | Description |
---|---|
<refresh /> | Refreshes page |
<delete /> | Deletes selected reservation |
<generic-command /> | Performs functions not built into Viewpoint |
<controls> <refresh label="Refresh" tooltip="Refresh selected reservation" /> <delete label="Delete"image-url="../images/reservation_icon.png" /> </controls>
Related topics
© 2012 Adaptive Computing