Chapter 7: Navigation and Templating

From Documentation
Revision as of 06:46, 28 January 2013 by Hawk (talk | contribs) (→‎Overview)

Overview

It is easy for users to get lost in a web application because every application has different layout designs. Navigation between functions ... One way to help users keep track of where they are is to use consistent design throughout an application, and ZK provides Templating to achieve this. Traditionally, a user usually visits another page to switch another function of an application, a.k.a page-based navigation. In ZK, we can have another choice to design the navigation as desktop-based.

Templating

Page-based Navigation

Desktop-based Navigation