Javascript Reference
Objects > layer
javascript layer captureEvents( )
Instructs the browser to grab events of a specific type before they reach their intended target layer objects.
javascript layer handleEvent[ ]
Instructs the layer object to accept and process the event whose specifications are passed as the parameter to the method
javascript layer load( )
This method lets you load a new document into a layer object. It does not work properly in Navigator 4 for ilayer elements. The existing docume
javascript layer moveAbove( ), moveBelow( )
These methods shift the z-order of the current layer to a specific location relative to another, sibling layer. This is helpful if your script is no
javascript layer moveBy( )
A convenience method that shifts the location of the current element by specified pixel amounts along both axes. To shift along only one axis, set t
javascript layer moveTo( ), moveToAbsolute( )
Convenience methods that shift the location of the current element to a specific coordinate point. The differences between the two methods show when
javascript layer releaseEvents( )
The opposite of layerObj .captureEvents( ) , this method turns off event capture at the layer level for one or more specific events named in the
javascript layer resizeBy( )
A convenience method that shifts the width and height of the current element by specified pixel amounts. To adjust along only one axis, set the othe
javascript layer resizeTo( )
Convenience method that adjusts the height and width of the current element to specific pixel sizes. The top and left edges of the element remain fi
javascript layer routeEvent( )
Used inside an event handler function, this method directs Navigator to let the event pass to its intended target object.
< 16-25 / 25

Powered by Linode.