JavaScript API reference for eCatalog Viewer.
init()
Starts the initialization of the eCatalog Viewer. By this time container DOM element must be created so that the viewer code can find it by its ID.
If the container element is not a part of the web page layout just yet (for example, it may be hidden using display:none
style assigned to it), the viewer suspends its initialization process until the moment when the web page brings the container element back to the layout. When this happens, the viewer load automatically resumes.
Only call this method once during the viewer life cycle; subsequent calls are ignored.
None.
{Object}
A reference to viewer instance.
<instance>.init()