|
C
|
cgphp 2/15/2013 |
|
Add a custom button to the chart page and in the "Server" tab enter this code: $_SERVER['chart_days'] = 30;
location.href = 'yourchartpagename_chart.php';
|
|
|
M
|
marcusone author 2/15/2013 |
|
Thanks...but I'm a real noob with PHPRunner 6.2 ... Where is the option to add a custom button? or Do I need to setup the <form> etc myself? |
|
|
M
|
marcusone author 2/15/2013 |
|
Thanks...but I'm a real noob with PHPRunner 6.2 ... Where is the option to add a custom button? or Do I need to setup the <form> etc myself? Also, what is "Server" tab?
|
|
|
C
|
cgphp 2/15/2013 |
|
M
|
marcusone author 2/15/2013 |
|
http://xlinesoft.com/phprunner/docs/inserting_button.htm
|
|
|
C
|
cgphp 2/15/2013 |
|
This is not a PHPrunner feature. |
|
|
M
|
marcusone author 2/15/2013 |
|
This is not a PHPrunner feature.
|
|
|
C
|
cgphp 2/15/2013 |
|
In the "After application initialized" event add the following code: $dDebug = true; |
|
|
M
|
marcusone author 2/15/2013 |
|
In the "After application initialized" event add the following code: $dDebug = true;
|
|
|
C
|
cgphp 2/15/2013 |
|
Chart pages use flash plugin for charts rendering. Output text before rendering might be a problem. |
|