Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or retrieves the identifier of the next LayoutRect element used to format the document.
Syntax
| JScript |
|---|
|
Property values
Type: String
the identifier of the next LayoutRect element.
Remarks
This property links together a series of LayoutRect elements. If the value of the nextRect attribute is not a valid LayoutRect element, the onlayoutcomplete event will be fired with the contentOverflow property set to true. Typically, the LAYOUTRECT element is created in the event-handling script invoked by the onlayoutcomplete event. See the LAYOUTRECT reference page for an example.