Hi to all,
Someone know how can I read full method and proprierties for every components? (Core, Container etc...)
For example for read the selected ID I know that can I use this:
var viewcontrol = getComponent("viewPanel1");
var ids = viewcontrol.getSelectedIds();
But...for the others controls?
How can I inspect or understand every methods and proprierties that can I use in my code?
Tnx you