Hi
I have added a print button on view page (i need a print on view layout).
On print button , client before used the code: window.print();return false;
- on before display event used $xt->assign("back_button",false); to hide back to list button from printing! How can i hide rest buttons ( edit , previous , next) from printing?
- I want after print to show these buttons back again so user can use them , what should i do? (should i add code to print button after client on print button?)
thanks