[SOLVED] Â hideItem not working as expected |
4/23/2020 4:03:27 AM |
PHPRunner General questions | |
![]() Hi, $master = $pageObject->getMasterRecord();
|
|
![]() |
mbintex author 4/23/2020 |
PS. Tested with 10.4 and there didn´t manage to hide add and delete buttons for detail lists either. $pageObject->hideItem("itemId");
|
![]() |
Sergey Kornilov admin 4/23/2020 |
This function didn't exist in PHPRunner 9.8. If you need to access the manual that comes with PHPRunner 9.8 click 'Help' anywhere in the software itself. |
![]() |
mbintex author 4/23/2020 |
Thought so. But tested it in 10.4 and it didn´t work there either - I wasn´t able to hide "add" and "delete" buttons dynamically when list is shown as a details list. Please advise. |
![]() |
Sergey Kornilov admin 4/23/2020 |
It works. You might be adding it to the wrong place or using the wrong Item IDs. |
![]() |
mbintex author 4/23/2020 |
sorry for the mess. $master = $pageObject->getMasterRecord();
addButton3 |