Difference between revisions of "ZK Desktop"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(PDF link)
m (Default Desktop)
Line 11: Line 11:
  
 
<br clear="all" />
 
<br clear="all" />
 +
 +
[[User:Calciogod|Calciogod]] 20:50, 13 January 2009 (EST)<br>
 +
 +
To modify or reset back to Default Desktop: Sign in as System Administrator and Navigate to:
 +
 +
      System Admin --->General Rules --->System Rules --->System Configurator
 +
 +
--> Set the Search Key to = org.adempiere.webui.desktop.DefaultDesktop
 +
 +
--> Save
 +
 +
--> Reset or Clear Cache
 +
 
=== Accordion Navigation Bar ===
 
=== Accordion Navigation Bar ===
 
[[Image:Navbar-desktop-config.png|thumb|left|Configuration]]  
 
[[Image:Navbar-desktop-config.png|thumb|left|Configuration]]  

Revision as of 18:50, 13 January 2009

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


Calciogod 20:50, 13 January 2009 (EST)

To modify or reset back to Default Desktop: Sign in as System Administrator and Navigate to:

      System Admin --->General Rules --->System Rules --->System Configurator

--> Set the Search Key to = org.adempiere.webui.desktop.DefaultDesktop

--> Save

--> Reset or Clear Cache

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)

Links

  • Download this article in PDF document.