[SOLVED] Â Save button disabled |
4/26/2017 7:34:39 AM |
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 );
|