org.zkoss.zul.css.flex"
From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.css.flex {{NestedLibraryProperty}} Set to use CSS3 flex implementation in ZK Flex. See [https://www.zkoss...") |
|||
Line 7: | Line 7: | ||
Set to use CSS3 flex implementation in ZK Flex. | Set to use CSS3 flex implementation in ZK Flex. | ||
− | See [https://www.zkoss.org/wiki/ZK_Developer's_Reference/UI_Patterns/Hflex_and_Vflex] 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 (since ZK 9.0.0) | Default: true (since ZK 9.0.0) |
Revision as of 09:58, 8 October 2019
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 (since ZK 9.0.0)
<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