org.zkoss.zul.css.flex"
From Documentation
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | |||
+ | {{versionSince| 9.0.0}} | ||
+ | |||
'''Property:''' | '''Property:''' | ||
org.zkoss.zul.css.flex | org.zkoss.zul.css.flex | ||
Line 9: | Line 12: | ||
See [https://www.zkoss.org/wiki/ZK_Developer's_Reference/UI_Patterns/Hflex_and_Vflex ZK Flex] for additional information. | See [https://www.zkoss.org/wiki/ZK_Developer's_Reference/UI_Patterns/Hflex_and_Vflex ZK Flex] for additional information. | ||
− | Default: true | + | Default: true |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 02:01, 17 November 2020
Since 9.0.0
Property:
org.zkoss.zul.css.flex
Applicable: globally in zk.xml via <library-property> 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