This topic is locked

How do i print View page Records

11/14/2010 9:28:40 AM
PHPRunner General questions
C
ColeSmith author

How can i add print button to View Page records. to print View Page records

Sergey Kornilov admin 11/16/2010

You can insert button into View page using 'Insert button' feature in Visual Editor and put the following code to 'Client Before' event:

if (window.print)

window.print();