Greetings. We are pleased to have matched some work to this great tool.
The docs identify these Form events:
onhide()
onkeypress(event)
onshow()
onsubmit()
What about an onload() event?
I need to make several service calls to retrieve data and load into controls. For now, I will put those in onshow(), but, I only really want to do that once, not every time I ChangeForm back to the form. ?
Thanks.