T
|
Tempus_Erus 10/4/2010 |
Is it possible to print view page. I would like to print after records saved in add page and automatically redirect to view page and print the view page. I know that i can redirect the add page after save to view page, what about printing the view page thanks smith
|
S
|
smith author 10/4/2010 |
Thank you, Hi, I am assuming you want the format of the view page? You could try creating a HTML button using a little CSS. If you apply the 'class' to the HTML button it dosn't print out - when you print. Code can be inserted on the Vierw editor page of PHP Runner. body {visibility:visible;} .printbutton {visibility:hidden;} Hope this helps. A |
A
|
ann 10/5/2010 |
Smith, $xt->assign("back_button",false); |
S
|
smith author 10/5/2010 |
Thank you Ann, Smith, use Before display event on the Events tab to hide buttons: $xt->assign("back_button",false); |