![]() |
Admin 1/6/2021 |
Please check the latest build 36440, .then(... ) should work there. (willDelete) => {
function (willDelete) {
|
G
|
GBH author 1/7/2021 |
Sorry, I still cant get this to work.
|
![]() |
Admin 1/8/2021 |
Take a look at this article: |
D
|
david22585 1/8/2021 |
Take a look at this article: https://xlinesoft.com/phprunner/docs/submit().htm You need to return false in your ClientBefore code, this will prevent the Server event from executing. Then in your SWAL code, if user confirms the action you need to issue submit() that will start the Server part of the code.
Sorry, I still cant get this to work.
setTimeout( function() {
|
D
|
david22585 1/9/2021 |
Just wanted to add something else to this. Say you use this to delete a row on the list page, but don't want to reload the entire page, use this in the after client event: setTimeout( function() {
|
G
|
GBH author 1/12/2021 |
Thanks everyone for your help. Working now |