I'm trying to retrieve the text of a component, however I'm not sure what the proper syntax should be.
I have tried:
Appery('statusBy').text()
Appery('statusBy').val()
However, both produce no text. I followed the examples here http://docs.appery.io/javascript-api/ but I am not able to retrieve text values of components.