[SOLVED] Change row color not working |
7/9/2022 20:00:42 | |
| PHPRunner General questions | ||
|
Hello, I want to change the row color in List Page After record proccessed but it doesn't work. Here is the code that I'm using: function BeforeMoveNextList($data, $row, $record, $recordId, $pageObject)What I'm doing wrong? |
||
|
|
Davor Geci authorDevClub member 7/9/2022 |
|
I have added some logging and it seems that this event is not triggered. console.log('event is triggered');In Javascript Onload event I can see the message in console. But this List Page After record proccessed is not triggered at all. |
|
|
|
Davor Geci authorDevClub member 7/9/2022 |
|
Uh, oh, I have mixed Javascript & PHP. But here is the answer to my own question: if ($data["deleted"] == 1){ |
|
|
|
fhumanes 7/10/2022 |
|
Hello, I think you have several concept errors and therefore, errors in programming:
Cheers, |
|
|
|
fhumanes 7/10/2022 |
|
Sorry, I hadn't read the last message |
|