Custom Mold

From Documentation
Revision as of 11:36, 25 July 2022 by Hawk (talk | contribs) (Created page with "{{ZKClient-sideReferencePageHeader}} = Overview = = Create Mold js = == Get Built-in Mold js== All widgets' mold js are bundled with ZK jar files under the path: [ZK_JAR...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Overview

Create Mold js

Get Built-in Mold js

All widgets' mold js are bundled with ZK jar files under the path:

[ZK_JAR] / web / js / [WIDGET_PACKAGE] / mold / *.js
  • [ZK_JAR]: could be zul.jar, zkex.jar, zkmax.jar
  • [WIDGET_PACKAGE]: a widget's package folder like java package e.g. the mold js of zul.messh.paging is at zul/mesh
  • *.js: file name is the widget name e.g. paging.js

Modify Mold

Register Custom Mold


Last Update : 2022/07/25

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