You can add custom buttons to the grid. You can use these to start actions like processing selected records (explained in the next paragraph), jumping to a specific application, etc. 

To define custom buttons, open the property editor for 'userbuttons.'



Title

Title on the button


Button class

The color of the button


Action

The required action

PHP Event: clicking on the button will generate the onClickUserButtonEvent. This event will pass the button id.


PHP OnProcessRow Event: This event will pass each selected record to the event.


Call module: Select a PHsPeed module that will be called after clicking


Call Url: Jump to external URL. Note: you will lose session information, so if you return, it is possible that the security of PHsPeed will abort (due to lack of (csrf) token, etc.

Module/url

Link 


Buttonid

ID 

An identifier that is passed to the onClick event to separate button actions.