IDEMPIERE-369 Master Detail layout improvements. turn off borderlayout animation.
This commit is contained in:
parent
4be3d8838b
commit
7f3e9c8c92
|
@ -230,7 +230,7 @@ DataStatusListener, IADTabpanel, IdSpace
|
|||
if (south == null) {
|
||||
south = new South();
|
||||
borderLayout.appendChild(south);
|
||||
south.setWidgetOverride("doClick_", "function (evt){this.$doClick_(evt);" +
|
||||
south.setWidgetOverride("doClick_", "function (evt){this.$supers('doClick_', arguments);" +
|
||||
"var target = evt.domTarget;if (!target.id) target = target.parentNode;" +
|
||||
"if(this.$n('colled') == target) {" +
|
||||
"var se = new zk.Event(this, 'onSlide', null, {toServer: true}); zAu.send(se); } }");
|
||||
|
|
|
@ -99,4 +99,9 @@
|
|||
</name>
|
||||
<value>11px</value>
|
||||
</library-property>
|
||||
<!-- turn off borderlayout animation -->
|
||||
<library-property>
|
||||
<name>org.zkoss.zul.borderlayout.animation.disabed</name>
|
||||
<value>true</value>
|
||||
</library-property>
|
||||
</zk>
|
||||
|
|
Loading…
Reference in New Issue