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 (since ZK 9.0.0)
+
  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:
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.