The other day in the IBM Business Partner Forum (I checked the permission's it said this could be published), someone casually mentioned that there is an undocumented URL command "?OpenField".
What this URL command does, is return the HTML rendering of a specified Rich Text Field, with no head, no body tag etc. So for example, if you were take one of the blog entries here, which are stored in a Domino database, the Rich Text I write is stored in a Rich Text Field "EntryRICH" so if I wanted just the HTML from that field for a blog entry last week, I would enter something like:
http://www.iminstant.com/iminstant/iminstant.nsf/d6plinks/CTYR-7GZK8S/EntryRICH?OpenField
Where the format is:
Server/databasefolder/databasename/view/LookupKey/RTFFieldName?OpenField.
Why is this helpful, well I think there are a number of opportunities this provides, one is to extract out RTFs as HTML programmatically very easily, without having any LotusScript or Domino knowledge. It makes retrieving information from RTFs to use with AJAX very easy. I;m just getting my head around this Command, but I think it's one we'll see people use more and more.
Source : http://www.iminstant.com/iminstant/iminstant.nsf/d6plinks/CTYR-7H6S6R
Adding Drag and Drop to an SWT Application
Drag and Drop in the Eclipse UI (JFace)
Eclipse Drag and Drop - Tutorial
- http://vogella.googlecode.com/svn/trunk/de.vogella.dnd.jface
- http://vogella.googlecode.com/svn/trunk/de.vogella.jface.treeviewer
Lotusphere 2009 (BP106) - Link to svn on page.
Create TreeView based on your own tree node structure
Create eclipse RCP application with tree view and write SWTBot test
Locating the source or target view part from a Property Broker action
Getting a list of properties for a component
SnTT : The Simplest Property Broker Example in Notes 8
Composite Application Debug Tools for IBM Lotus Notes 8
General hints and tools for debugging Composite Applications