ZK Desktop

From ADempiere
Revision as of 01:51, 17 December 2008 by Red1 (Talk) (wikify)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Overview

  • Starting from revision 7631 for trunk and revision 7632 for branches/adempiere342, the ZK desktop implementation have been refactor to better support the development of different desktop presentation.
  • Developer can implement a custom desktop presentation by extending AbstractDesktop, TabbedDesktop or one of the concrete desktop implementation included depending on the level of customization needed.
  • The framework will determine the concrete desktop class to use by looking at the value of ZK_DESKTOP_CLASS configuration parameter in the AD_SysConfig table, falling back to DefaultDesktop if the classname specific is not valid or the parameter is not define.

Screenshot

Default Desktop

Configuration
Default-desktop.png


Accordion Navigation Bar

Configuration
Showing menu
Showing favourites
Add menu item to favourites


With 2 Navigation Bar

Configuration
Navbar2-desktop-1.png


Hengsin 23:01, 16 December 2008 (EST)