On this Page

    domObj.relayout

    (Merge only) (As of 3.1.002.04) 

    Re-layout a DOM object and all its descendant objects.

    Syntax

    domObj.relayout()

    Returned Value

    None.

    Usage 

    Quite rare. A simple usage is to establish the actual height of a field that contains a reference like [@xxxx.rtf]. relayout will replace that reference with the contents of the file "xxxx.rtf" and word wrap the resulting text. After that has been done, _height will return the actual height of that object.