logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Kerr
    • Posted on Fri 10 Aug 2007 02:20 PM

    @Jerry, In your linked post you use "[" and "]" to get pass through HTML. It is better to explicitly set the richtext style:

    RichTextStyle style=session.createRichTextStyle()

    style.setPassThruHTML(RichTextStyle.YES)

    richTextField.appendStyle(style);

    When appending text it is then best to keep track on how much you are appending. If you breach a certain size then Domino will add in a new paragraph, potentially in a place that will break something. So keep track and append newlines with the new paragraph flag set as appropriate.

    Andre Guirard has written some posts on the topic recently. Looks like ND8 expands the paragraph limit quite a bit.

    {Link}

    {Link}

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: