Title: Please add split support to LayoutPanelComponent Post by: softboy99 on January 19, 2018, 09:26:52 AM Please add split support to LayoutPanelComponent
Title: Re: Please add split support to LayoutPanelComponent Post by: stworthy on January 19, 2018, 06:18:40 PM Please add the euiResizable directive on the panel to get the same feature.
Code: <eui-layout #layout style="width:700px;height:250px;"> <eui-layout-panel euiResizable handles="e" region="west" style="width:120px;" (resizing)="layout.updatePaddings()"> <p>West Region</p> </eui-layout-panel> <eui-layout-panel region="center" style="height:100%"> <p>Center Region</p> </eui-layout-panel> </eui-layout> Title: Re: Please add split support to LayoutPanelComponent Post by: softboy99 on March 29, 2018, 01:30:48 AM Hi,
after add the euiResizable, when click it , the layoutpanel is disappeared from the UI and cannot click it to return it back. Title: Re: Please add split support to LayoutPanelComponent Post by: khan on September 02, 2022, 04:23:54 AM It still has been disappearing when clicked the collapse button. It's not working like EasyUI jQuery.
|