方法一:重载扩展panel收缩事件 (function($){ var buttonDir = {north:'down',south:'up',east:'left',west:'right'}; $.extend($.fn.layout.paneldefaults,{ onBeforeCollapse:function(){ /**/ var popts = $(this).panel('options'); var dir = popts.region; var btnDir = butt
(function($){ var buttonDir = {north:'down',south:'up',east:'left',west:'right'}; $.extend($.fn.layout.paneldefaults,{ onBeforeCollapse:function(){ /**/ var popts = $(this).panel('options'); var dir = popts.region; var btnDir = buttonDir[dir]; if(!bt