Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.2.0
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
Description
Use Case
Since ZK 9 bundles Font Awesome 4.7 icons by default, it's better to provide a convenient way to add Font Awesome icons easily like setIconSclass(). ZK LabelImageElement/Toolbarbutton already supports such API.
So that application developers can have lots of built-in icons to use, no need to create or hunt from the web. For example,
ToolbarButton.Builder.create(ACTION_KEY).withIconSclass("z-icon-paperclip").withTooltip("attach file").withLabel("attach").build()
Attachments
Issue Links
- relates to
-
KEIKAI-10 Add/remove/customize toolbar button
-
- Closed
-