org.zkoss.zul.css.flex

From Documentation



Since 9.0.0

Property:

org.zkoss.zul.css.flex
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>

Set to use CSS3 flex implementation in ZK Flex.

See ZK Flex for additional information.

Default: true 
<component>
  <custom-attributes org.zkoss.zul.css.flex="true"/>
...
<library-property>
    <name>org.zkoss.zul.css.flex</name>
    <value>true</value>
</library-property>
...

Version History

Last Update : 2020/11/17




Last Update : 2020/11/17

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