Zen Controls: How to read value of a control in a zen method
I have a text control :
{
zenPage.getComponentbyId('clinic').getValue() // this doesnt work
%clinic.%GetValue(); // Tried this as well but getting errors
}
Can I get some advice on this? Apologies if this is a simple question. Just learning and developing using zen pages