gkidd
gkidd

Reputation: 199

Xpages - How to display richtext field image properties on an Xpage?

I have a notes form with a richtext field in which I 'embed' inline images through Create > Picture. The images are displayed correctly, but no properties are getting displayed. For example, I set caption or title, nothing is shown on the Xpage when previewed. Are this properties supported in Xpages or there is some kind of way to display them?

Thank you!

Upvotes: 0

Views: 723

Answers (1)

stwissel
stwissel

Reputation: 20384

These properties are not supported. In genral: RichText doesn't map very well to HTML/MIME, so you will always run into limitations. You could check out Geniisoft's iFidelity which does enhanced rt-mime conversion. Unless you work on a conversion of a clasic app it is better to work with mime only instead of RT

Upvotes: 1

Related Questions