EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: arma on January 08, 2018, 01:07:59 AM



Title: Layout with Split Event
Post by: arma on January 08, 2018, 01:07:59 AM
Hi,

I have center and east layout with split set to true. I could trigger event onExpand and Collapse but, is it possible to trigger onAfterDragSplit ? I have an external component inside center container that can not resize automatically so i need the event to handle that.

Thanks.


Title: Re: Layout with Split Event
Post by: arma on January 08, 2018, 01:27:04 AM
I think i already got the answer. Region uses panel which has resize event so i could trigger the event from panel onResize.