Select Page

The XPage CKEditor: Know Your Options

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...

Be careful with empty CKEditor rich text fields

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...

Use F2 To Add An Alias

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...