easyui个人笔记

打开关闭Layou面板

index.openSouth=function(){
	if($("#center").layout('panel','south').panel('options').closed){
		$("#center").layout('expand','south');
	}
}
index.closeSouth=function(){
	if(!$("#center").layout('panel','south').panel('options').closed){		
		$("#center").layout('collapse','south');
	}
}


你可能感兴趣的:(easyui)