Title: Handle Layout Expand/Collapse Events Post by: LWardwell on December 16, 2011, 02:42:37 PM Is it possible on the layout, not portal layout, to trap the expand/collapse or resize events? Thanks
Title: Re: Handle Layout Expand/Collapse Events Post by: stworthy on December 16, 2011, 06:37:34 PM Get the layout panel and add event handler:
Code: var p = $('body').layout('panel','west').panel({ Title: Re: Handle Layout Expand/Collapse Events Post by: LWardwell on January 06, 2012, 09:33:48 AM Is it possible to create a layout with a panel(s) initially collapsed, rather than having to call the collapse method?
Title: Re: Handle Layout Expand/Collapse Events Post by: stworthy on January 09, 2012, 02:06:49 AM To initialize the collapsed layout panel, set 'collpased' property to true. Please download the layout plugin from http://www.jeasyui.com/easyui/plugins/jquery.layout.js to support this feature.
Code: <body class="easyui-layout"> |