This topic is locked

Dashboard Images

2/14/2018 10:21:24 AM
PHPRunner General questions
P
PaulM author

I would like to incorporate a front page dashboard which uses images to point to other dashboards/tables.
Can this be done in PHPRunner?

mbintex 2/14/2018

you can have dashboard elements with your own PHP code - this could echo images too.

P
PaulM author 2/14/2018

Thank you Mbintex, how would I go about adding this?



you can have dashboard elements with your own PHP code - this could echo images too.

mbintex 2/14/2018

add an onscreenevent to the dashboard.

P
PaulM author 2/17/2018



add an onscreenevent to the dashboard.


Thanks, I'll give that a go