[SOLVED] Calculating on the fly from a button click |
10/9/2013 10:17:08 | |
| PHPRunner General questions | ||
|
D
ductsoup author
The manual page below makes perfect sense to me and works fine but it doesn't quite do what I'd like. |
||
|
C
|
cgphp 10/9/2013 |
|
In the "Client before" event of the button, enter the following code: var source = Runner.getControl(pageid, 'my_field_name_1');
|
|
|
D
|
ductsoup author 10/10/2013 |
|
In the "Client before" event of the button, enter the following code: var source = Runner.getControl(pageid, 'my_field_name_1');
function OnClient Before(params,ctrl)
|
|
|
C
|
cgphp 10/10/2013 |
|
PHPrunner 7.0 is a beta version. In PHPrunner 6.2 my code works fine. |
|
|
D
|
ductsoup author 10/10/2013 |
|
PHPrunner 7.0 is a beta version. In PHPrunner 6.2 my code works fine.
|
|