[SOLVED] How hide Updated Selected Button |
4/21/2025 11:18:34 AM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I want to be able to have a button that processes rows that the user selects. I created a custom button and should be able to handle that part. The issue is that in order to have the checkboxes appear on the list page, I had to tell PHPR to use Updated Selected. How can I hide that button? Also I think Corrie did a video on what I am trying to accomplish including the new button being disabled until something is selected but I sure can't find it. Thanks |
|
A
|
asawyer13 authorDevClub member 4/21/2025 |
A
|
asawyer13 authorDevClub member 4/21/2025 |
Sorry for the double post but got an error on the first post, but it looked like it went thru. |
C
|
copper21 4/21/2025 |
Click on the "Update Seletected" button in design mode. On the right side you will see "item id". On the far right to the item id area, you will see a question mark. Click the question mark....it will bring a popup to tell you how to do this. Since the button is not in the grid, use "PHP code events". You will put your code in the "before display" section of the events for the list page. |
A
|
asawyer13 authorDevClub member 4/21/2025 |
Thanks, I knew it had to be simple. |