JavaScript
A5.SpinListdestroy Method
Syntax
A5.SpinList.destroy()
Description
Destroy the spin list. This method should be called before the spin list is removed from the DOM.
Example
// To get a pointer to the A5.SpinList class see {dialog.object}.getControl
// assume slObj is a pointer to an instance of the A5.SplinList class
slObj.destroy();
delete slObj;