This control uses the Dojo Titlepane element.
<img src="http://www.openntf.org/Projects/pmt.nsf/AC8C1F89479272F486257769004FC4CB/%24file/control%20expanded.jpg"/>
This custom control shows history of any document. It shows who last edited the document, who created the document and when. It also shows all edit times.
It can show document security as well. It shows readers and authors fields.
properties :
- fieldAuthors : string - fieldname of you Authors field on the document
- fieldReaders: string - fieldname of you Readers field on the document
- datasource-doc datasource - return the NotesDocument object here (e.g. document1.getDocument())
- showSecurity: boolean - show or hide security panel
- showHistory: boolean - show or hide document history panel
- dateStyle: list - select the format how you would like to display date fields
- dateShowTime: boolean - show or hide the times
- historyTitle: string - Title of Dojo Titlepane of history panel
- securityTitle: string - Title of Dojo Titlepane of security panel
Have fun using it or adjusting it.