0

Application ZK6 update to ZK7

asked 2014-06-04 07:33:22 +0800

arquitectura gravatar image arquitectura
0

Hi

We have made a ZK6 application and We would like to update to ZK7, but when we have done some tests, we have realized we have some problems with responsive components in tablets and our windows are not displayed correctly.

Is it possible to configure ZK components to force to be rendered in tablet like in desktop client? We need to have the same version of components in tablets and desktop environments.

Thanks.

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-06-05 07:52:41 +0800

neillee gravatar image neillee flag of Taiwan
1692 1 5
https://plus.google.com/u...

Since ZK 7.0.0, you can disable table ui by setting the library property, org.zkoss.zkmax.tablet.ui.disabled, to true.

In WEB-INF/zk.xml, add the following configuration fragment.

<zk>
    <library-property>
        <name>org.zkoss.zkmax.tablet.ui.disabled</name>
        <value>true</value>
    </library-property>
</zk>
link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-06-04 07:33:22 +0800

Seen: 24 times

Last updated: Jun 05 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More