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.
Optional
element
class with named elements
var UI = getAllUIElements(); UI.lvTracklist.controlClass.dataSource = data; Copy
var UI = getAllUIElements(); UI.lvTracklist.controlClass.dataSource = data;
getAllUIElements
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.