Creating Custom Themes

From Documentation
Revision as of 03:49, 9 July 2014 by Raymondchao (talk | contribs) (Created page with "{{ZKSpreadsheetEssentials3PageHeader}} since 3.5.0 ZK Spreadsheet provides an extensive component set that allow web developers to use as building blocks for easy web page UI ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Creating Custom Themes



since 3.5.0

ZK Spreadsheet provides an extensive component set that allow web developers to use as building blocks for easy web page UI construction. Theme is a collection of stylesheets and associated images for its component set. Stylesheets are the files with extension of ".css.dsp". Think of them as normal CSS files that could utilize JSP taglib functionality. Associated images all have file extension either of ".gif" or ".png". Please refer to the subsections for the process of creating custom themes and packaging them inside jar files

Create a theme project skeleton

The general idea is described in the introductory paragraph. Since classic [1] is the official example theme, web developers could simply clone the classic[1] project, and use one of these themes as a starting point.


All source code listed in this book is at Github.


Last Update : 2014/07/09

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.


  1. 1.0 1.1 ZSS Themes [1]