103 lines
2.8 KiB
XML
103 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
|
-->
|
|
|
|
<zk>
|
|
<!-- idempiere thread session context handler -->
|
|
<listener>
|
|
<description>iDempiere WebUI Context management</description>
|
|
<listener-class>org.adempiere.webui.session.SessionContextListener
|
|
</listener-class>
|
|
</listener>
|
|
|
|
<!-- uncomment following to debug server event flow -->
|
|
<!-- listener>
|
|
<listener-class>org.adempiere.webui.util.LogEventInterceptor</listener-class>
|
|
</listener -->
|
|
|
|
<log>
|
|
<description>[Optional] Monitor i3-log.conf and register a
|
|
handler for the specified log-base</description>
|
|
<log-base></log-base>
|
|
</log>
|
|
|
|
<!-- false to use compress js which is much smaller. change to true if you need to debug -->
|
|
<client-config>
|
|
<debug-js>false</debug-js>
|
|
<processing-prompt-delay>500</processing-prompt-delay>
|
|
</client-config>
|
|
|
|
<!--
|
|
<language-config> <addon-uri>/WEB-INF/lang-addon.xml</addon-uri>
|
|
</language-config>
|
|
-->
|
|
|
|
<session-config>
|
|
<device-type>ajax</device-type>
|
|
<automatic-timeout/> <!-- the same as <automatic-timeout>true</automatic-timeout> -->
|
|
<timeout-uri>/timeout.zul</timeout-uri>
|
|
</session-config>
|
|
|
|
<!--
|
|
Turn on the following if used with WebLogic 9.1 <system-config>
|
|
<cache-provider-class>org.zkoss.zk.ui.sys.GlobalDesktopCacheProvider</cache-provider-class>
|
|
</system-config>
|
|
-->
|
|
|
|
<!-- uncomment the following for selenium testing -->
|
|
<!-- system-config>
|
|
<id-generator-class>org.adempiere.webui.AdempiereIdGenerator</id-generator-class>
|
|
</system-config -->
|
|
|
|
<!--
|
|
polling - org.zkoss.zkex.ui.impl.PollingServerPush
|
|
comet - org.zkoss.zkmax.ui.comet.CometServerPush ( enterprise edition only )
|
|
-->
|
|
<device-config>
|
|
<device-type>ajax</device-type>
|
|
<server-push-class>fi.jawsy.jawwa.zk.atmosphere.AtmosphereServerPush</server-push-class>
|
|
</device-config>
|
|
|
|
<!-- true for better performance and lower resource usage -->
|
|
<system-config>
|
|
<disable-event-thread>true</disable-event-thread>
|
|
</system-config>
|
|
|
|
<!-- Configure the progress message to show in the center -->
|
|
<library-property>
|
|
<name>org.zkoss.zul.progressbox.position</name>
|
|
<value>center</value>
|
|
</library-property>
|
|
<library-property>
|
|
<name>org.zkoss.zul.Button.mold</name>
|
|
<value>trendy</value>
|
|
</library-property>
|
|
<library-property>
|
|
<name>org.adempiere.webui.component.Button.mold</name>
|
|
<value>trendy</value>
|
|
</library-property>
|
|
|
|
<library-property>
|
|
<name>org.zkoss.zul.theme.fontSizeM
|
|
</name>
|
|
<value>11px</value>
|
|
</library-property>
|
|
<library-property>
|
|
<name>org.zkoss.zul.theme.fontSizeS
|
|
</name>
|
|
<value>10px</value>
|
|
</library-property>
|
|
<library-property>
|
|
<name>org.zkoss.zul.theme.fontSizeXS
|
|
</name>
|
|
<value>9px</value>
|
|
</library-property>
|
|
<library-property>
|
|
<name>org.zkoss.zul.theme.fontSizeMS
|
|
</name>
|
|
<value>11px</value>
|
|
</library-property>
|
|
</zk>
|