2007-11-22 18:28:46 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2009-05-19 16:22:19 +07:00
|
|
|
<!--
|
|
|
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
|
|
|
-->
|
2007-11-22 18:28:46 +07:00
|
|
|
|
|
|
|
<zk>
|
2010-03-29 09:44:16 +07:00
|
|
|
<!-- Adempiere thread session context handler -->
|
|
|
|
<listener>
|
|
|
|
<description>ADempiere WebUI Context management</description>
|
|
|
|
<listener-class>org.adempiere.webui.session.SessionContextListener
|
|
|
|
</listener-class>
|
|
|
|
</listener>
|
2011-02-07 11:01:09 +07:00
|
|
|
|
2007-11-22 18:28:46 +07:00
|
|
|
<log>
|
2009-05-19 16:22:19 +07:00
|
|
|
<description>[Optional] Monitor i3-log.conf and register a
|
|
|
|
handler for the specified log-base</description>
|
2007-11-22 18:28:46 +07:00
|
|
|
<log-base></log-base>
|
2009-05-19 16:22:19 +07:00
|
|
|
</log>
|
|
|
|
|
2008-07-09 20:07:13 +07:00
|
|
|
<!-- change to false to use compress js which is much smaller -->
|
2009-05-19 16:22:19 +07:00
|
|
|
<client-config>
|
2011-02-07 11:01:09 +07:00
|
|
|
<debug-js>false</debug-js>
|
2011-02-07 11:04:25 +07:00
|
|
|
<processing-prompt-delay>500</processing-prompt-delay>
|
2008-07-09 20:07:13 +07:00
|
|
|
</client-config>
|
2007-11-22 18:28:46 +07:00
|
|
|
|
|
|
|
<!--
|
2009-05-19 16:22:19 +07:00
|
|
|
<language-config> <addon-uri>/WEB-INF/lang-addon.xml</addon-uri>
|
|
|
|
</language-config>
|
2007-11-22 18:28:46 +07:00
|
|
|
-->
|
|
|
|
|
2010-03-29 09:44:16 +07:00
|
|
|
<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>
|
2011-02-07 11:01:09 +07:00
|
|
|
|
2009-05-19 16:22:19 +07:00
|
|
|
<!--
|
|
|
|
Turn on the following if used with WebLogic 9.1 <system-config>
|
2007-11-22 18:28:46 +07:00
|
|
|
<cache-provider-class>org.zkoss.zk.ui.sys.GlobalDesktopCacheProvider</cache-provider-class>
|
2009-05-19 16:22:19 +07:00
|
|
|
</system-config>
|
2007-11-22 18:28:46 +07:00
|
|
|
-->
|
|
|
|
|
2010-04-28 16:41:59 +07:00
|
|
|
<system-config>
|
|
|
|
<id-generator-class>org.adempiere.webui.AdempiereIdGenerator</id-generator-class>
|
|
|
|
</system-config>
|
|
|
|
|
2010-03-29 09:44:16 +07:00
|
|
|
<!--
|
|
|
|
polling - org.zkoss.zkex.ui.impl.PollingServerPush
|
2011-02-07 11:01:09 +07:00
|
|
|
comet - org.zkoss.zkmax.ui.comet.CometServerPush ( enterprise edition only )
|
2010-03-29 09:44:16 +07:00
|
|
|
-->
|
|
|
|
<device-config>
|
|
|
|
<device-type>ajax</device-type>
|
2012-02-28 00:08:14 +07:00
|
|
|
<server-push-class>org.zkoss.zk.ui.impl.PollingServerPush</server-push-class>
|
2010-03-29 09:44:16 +07:00
|
|
|
</device-config>
|
2009-05-19 16:22:19 +07:00
|
|
|
|
2012-02-28 00:08:14 +07:00
|
|
|
<system-config>
|
|
|
|
<disable-event-thread>false</disable-event-thread>
|
|
|
|
</system-config>
|
|
|
|
|
2012-03-02 14:12:05 +07:00
|
|
|
<!-- Configure the progress message to show in the center -->
|
|
|
|
<library-property>
|
|
|
|
<name>org.zkoss.zul.progressbox.position</name>
|
|
|
|
<value>center</value>
|
|
|
|
</library-property>
|
2012-02-28 00:08:14 +07:00
|
|
|
<library-property>
|
|
|
|
<name>org.zkoss.zul.Button.mold</name>
|
|
|
|
<value>trendy</value>
|
|
|
|
</library-property>
|
|
|
|
|
2009-05-19 16:22:19 +07:00
|
|
|
<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>
|
2012-03-02 14:12:05 +07:00
|
|
|
</library-property>
|
|
|
|
|
|
|
|
<preference>
|
|
|
|
<name>PollingServerPush.delay.min</name>
|
|
|
|
<value>200</value>
|
|
|
|
</preference>
|
|
|
|
<preference>
|
|
|
|
<name>PollingServerPush.delay.max</name>
|
|
|
|
<value>10000</value>
|
|
|
|
</preference>
|
|
|
|
<preference>
|
|
|
|
<name>PollingServerPush.delay.factor</name>
|
|
|
|
<value>1</value>
|
|
|
|
</preference>
|
2007-11-22 18:28:46 +07:00
|
|
|
</zk>
|