EasyUI Forum

General Category => EasyUI for Vue => Topic started by: don on June 30, 2023, 04:06:46 AM



Title: LayoutPanel Collapse and Expand Events
Post by: don on June 30, 2023, 04:06:46 AM
I'm currently using @expand and @collapse events, but unfortunately they also trigger for non-collapse/expand events (like mouse over events). Also the expand/collapse events don't pass any info (e.g. event obj) to the callback function. I need a way to detect collapse and expand events exclusively, any suggestions?


Title: Re: LayoutPanel Collapse and Expand Events
Post by: don on June 30, 2023, 06:35:55 AM
UPDATE (resolved):
I was able to resolve by adding a "transitionend" event listener to the LayoutPanel.  :)