0

How to check new features of ZK 9

asked 2020-02-13 14:09:52 +0800

Tharun gravatar image Tharun
1 1

updated 2020-02-13 14:12:29 +0800

I want to check z-flex ,z-flex-item these new features in zk9 after building jar .z-flex { display: flex; }

.z-flex-row { flex-direction: row; }

.z-flex-column { flex-direction: column; }

.z-flex-item { flex: 1 1 0; min-height: 0; min-width: 0; }

delete flag offensive retag edit

Comments

while cloning this for reference git clone https://github.com/zkoss/zkThemeTemplate.git

Tharun ( 2020-02-13 14:12:11 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-02-14 15:54:31 +0800

hawk gravatar image hawk
3250 1 5
http://hawkphoenix.blogsp... ZK Team

Those z-flex css classed are defined at https://github.com/zkoss/zkThemeTemplate/blob/master/src/archive/web/zul/less/footer.less

They exist in zul.jar/web/zul/css/norm.css.dsp

If you want to check how they are applied to components, you can see examples at https://www.zkoss.org/wiki/ZKDeveloper%27sReference/UIPatterns/Hflexand_Vflex

But I don't know what you want to check?

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2020-02-13 14:09:52 +0800

Seen: 13 times

Last updated: Feb 14 '20

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More