S
|
stiven 12/8/2011 |
on the event page after record updated add this code
|
F
|
fianchetto author 12/9/2011 |
Thanks a lot Stivens, on the event page after record updated add this code
|
S
|
stiven 12/9/2011 |
the only thing i can think of right now is that you can add a print button next to the save button and click it after you save the info i mean i think it will only take you 3 more seconds to click save and then print..
|
F
|
fianchetto author 12/11/2011 |
Thanks Stivens, the only thing i can think of right now is that you can add a print button next to the save button and click it after you save the info i mean i think it will only take you 3 more seconds to click save and then print.. if you're using phprunner 6.0 you can add this on the visual editor html view next to the save button then you'll have the print button
|
S
|
stiven 12/12/2011 |
i dont know but you can try it, or you can just add a simple button |
F
|
fianchetto author 12/20/2011 |
Thanks Stivens, i dont know but you can try it, or you can just add a simple button <input type="button" id="print" onclick="window.print();" /> |
L
|
laonian 12/20/2011 |
I guess you can achieve this just by one single click on Save button. |