Skip to content
RichSharpe edited this page Jan 3, 2013 · 3 revisions

Welcome to the journaltemplate wiki!

The Unplugged Journal Template is designed to give the standard Journal/Notebook application a Mobile interface to the common features. The Template is designed to simply be 'refreshed' onto your nsf instances that are running on your server with no additional coding changes to be made. This assumes no custom work has been performed to change the structure of the standard Journal/Notebook application.

Restriction: The main 'description' field in the standard Journal/Notebook application is Rich Text. Due to the integrity issues regarding DXL round tripping of Rich Text Fields, Unplugged does not support bi-directional sync of Rich Text Fields. This means that Rich Text Fields are read only with any attachments included also being read only. Therefore the developer has two choices:

  1. Edit the UnpDocumentEdit.xsp XPage to make the <xp:inputTextarea id="body"> control to be read only so no edits can be made.
  2. Allow users to edit the 'description' field (allowed by default). This will change the field type from Rich Text to Text on the document and the result will have an impact on UI (font etc) when the document is displayed in the Notes Client or Web. Any attachments in the existing RTF will still be attached to the document but not the RTF.
Clone this wiki locally