[SOLVED] Save button disabled |
4/26/2017 07:34:39 | |
| PHPRunner General questions | ||
|
Using sample code from phprunner manual to ask confirmation before saving record: this.on('beforeSave', function(formObj, fieldControlsArr, pageObj){
|
||
|
|
Sergey Kornilov admin 4/26/2017 |
|
Use the following (the manual will be updated shortly as well): Runner.delDisabledClass ( pageObj.saveButton ); |
|
|
|
romaldus author 4/26/2017 |
|
Use the following (the manual will be updated shortly as well): Runner.delDisabledClass ( pageObj.saveButton );
|
|