Title: layout panel expand to maxWidth Post by: Coder on April 29, 2024, 01:24:41 AM Code: $('#dlg .layout').layout('add',{ $('#dlg .layout').layout('expand','east') - expand panel only to "default"(initial or last) width. How to expand to maxWidth ? Title: Re: layout panel expand to maxWidth Post by: Coder on April 29, 2024, 01:28:16 AM now use
Code: $('#dlg .layout').layout('panel','east').panel('resize',{width:250}); its work, but panel floating from 0 position |