Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: 7.0.5
-
Fix Version/s: 8.0.1
-
Component/s: Components
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 8.0.1 S2, ZK 8.0.1 S3
Description
Currently, the style for Errorbox is fixed and can only customized by override zclass which will affect all the Errorbox style. It is better to have sclass for specific Errorbox.
For example,
<zk> <textbox constraint="no empty" errorboxSclass="customErrorStyle" errorboxIconSclass="customErrorIcon" /> </zk>