Home | Top | Free Ajax Editor | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


contentOverflow Property

Retrieves a value that indicates whether the document contains additional content after processing the current LayoutRect object.

Syntax

[ bOverflow = ] event . contentOverflow

Possible Values

bOverflow Boolean that receives one of the following values.
true Additional content needs to be formatted using a new LayoutRect .
false All document content has been formatted.

The property is read-only. The property has no default value.

Remarks

Use the event-handling script invoked by the onlayoutcomplete event to check the value of this property. If the contentOverflow property is true , use a new LayoutRect to format the remaining document content. If set to false , the document formatting is complete. The contentOverflow property can be used only within customized print or print preview templates.

Standards Information

There is no public standard that applies to this property.

Applies To

[ Object Name ] Platform Version
Win32:
Windows CE:
 
event
Home | Top | Free Ajax Editor | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.