Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How can i add print button to View Page records. to print View Page records
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();