Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ParentDiv Property

Show in webframe
Get or sets the HTML Div Element in the HTML page that will act as the parent (container) of the viewer.
Syntax
get_parentDiv();
set_parentDiv(value);
Object.defineProperty('parentDiv');

Property Value

TypeDescription
DivElementThe div in the HTML page that will act as the parent (container) of the viewer. Default value is null.
Remarks

This property is required and must contain a valid div in your HTML page.

Example

For an example, refer to ImageViewer.

See Also

Reference

ImageViewerCreateOptions Object
ImageViewerCreateOptions Members

Error processing SSI file