Returns class with all named elements inside the specified rootElement (document is used when not defined) to direct access. Script can then do not need to call qid for any named element.
var UI = getAllUIElements(); UI.lvTracklist.controlClass.dataSource = data; Copy
var UI = getAllUIElements(); UI.lvTracklist.controlClass.dataSource = data;
getAllUIElements
Optional
element
class with named elements
Returns class with all named elements inside the specified rootElement (document is used when not defined) to direct access. Script can then do not need to call qid for any named element.
Example
Method
getAllUIElements