Printing In ZK

From Documentation
Printing In ZK

Author
Vincent Jian, Engineer, Potix Corporation
Date
December 10, 2014
Version
ZK 7.0.4

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Introduction

Print a web page is a normal requirement for some specific business models. Therefore, it is a typical scenario to design two views: one for online browsing and one for printing. However, it is a time consuming job to design two layouts to suit both purposes. This smalltalk will introduce how to print selected area of a ZK page, thus you don't need to design two views.

Print a ZK page

demonstrate we have Clients.print() API to print the current page.

Sample

a small example to use Clients.print() API

Print Selected Area

demonstrate the needs to print specific area

Concept

introduce how to achieve the purpose

Implement Steps

step by step implementation to create printing utility

Sample

an example to use the utility and briefly introduce how to design printing page.

Summary

Download

Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.