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.