xProperties is a custom control which imitates Notes Client document properties box. It&nbsp;can be used for debugging purposes and/or getting data context information on XPage...</div>

Use Cases:


xProperties has two modes. Normal mode displays a button to launch a modal properties dialog. Button can be modified using CSS styles and placed anywhere in the page via absolute positioning. Since this is a debugging control, the custom control can be conditionally loaded/rendered using standard properties.

The second mode, named 'Manual Mode' hides the button and put a SSJS function into the sessionScope hashmap. Manual mode is designed to be used in views, repeat or data tables which display information from series of documents.

See the documentation and the example database for uses...