Chapter 7: Navigation and Templating"

From Documentation
Line 5: Line 5:
 
-->
 
-->
 
It is easy for users to get lost in a web application because every application has different layout designs. Navigation between functions ...
 
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.
+
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 =
 
= Templating =

Revision as of 07:35, 28 January 2013

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