This topic is locked

Values from the Form Controls

10/18/2017 2:37:08 PM
PHPRunner General questions
G
gbhmayer1 author

How to use a button to return values ​​from the form controls such as from a COMBOBOX

Sergey Kornilov admin 10/19/2017

In event like ClientBefore of your button use the following:

var ctlPrice = pageObj.getControl('price');

alert(ctlPrice.getValue());