JavaScript
A5.ViewBoxgetElement Method
Syntax
A5.ViewBox.getElement(value)
Arguments
- valueany
The value of the element(s) in the view box to get pointers to.
Returns
- elementsarray
An array of elements that have the passed in value.
Description
Get the element(s) matching the current value of the view box.
Example
// To get a pointer to the A5.ViewBox class see {dialog.object}.getControl // assume vbObj is a pointer to an instance of the A5.ViewBox class var eles = vbObj.setElementDisabled('a'); // get the element(s) with the value of "a"