by Russell | Nov 2, 2011 | Uncategorized
Sometimes only a Rich Text field will do and if you are using a Rich Text field in the UI, it is good to know a few options: toolbarType, height and width.A current project requires users to create HTML content. I have found the Rich Text /CKEditor control...
by Russell | Oct 29, 2011 | Uncategorized
For way better performance very seriously consider using managed beans for apps with complex repeating page elements.
by Russell | Oct 29, 2011 | Uncategorized
Document your clever code right away because “later” you might discover that sometimes you are too smart for your own good!
by Russell | Oct 29, 2011 | Uncategorized
Working Sets are much better in Domino Designer 8.5.3.If you tried them before and gave up on them, try ’em again for kicks.
by Russell | Oct 29, 2011 | Uncategorized
The CKEditor is very handy in XPages since it saves the content as MIME which can be processed as such in other places in your application. However you should be aware of how it operates so you can code around its behavior.In 8.5.3 the CKEditor for rich text controls...
by Russell | Oct 28, 2011 | Uncategorized
Sometimes in the heat of the application design battle I just add a view or agent or XPage without thinking about the name I am assigning or thinking about giving the element an alias. Then during the polishing phase I return to reorganize elements and...