org.zkoss.zul.css.flex

From Documentation
Revision as of 09:53, 8 October 2019 by Jameschu (talk | contribs) (Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.css.flex {{NestedLibraryProperty}} Set to use CSS3 flex implementation in ZK Flex. See [https://www.zkoss...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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 [1] 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

Last Update : 2019/10/08




Last Update : 2019/10/08

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