Skip to content

b952426/atlantic

 
 

Repository files navigation

Atlantic Theme

ZK Flat Design Theme

Usage:

  1. Put atlantic.jar in WEB-INF/lib, then Atlantic will become your default theme if there is no other themes.
  2. Now you can also dynamically switch between different themes by cookie or library property
    • Use library-property in in WEB-INF/zk.xml

        <library-property>
        	<name>org.zkoss.theme.preferred</name>
        	<value>atlantic</value>
        </library-property>
      
    • Use cookie to switch theme, add a cookie

        zktheme=atlantic
      

It does not require a server restart, but user has to refresh the browser.

Refer to this blog for more information about the theme.

About

ZK Flat Design Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Less 94.5%
  • Shell 3.3%
  • Java 1.1%
  • Faust 1.1%