EasyUI Forum
March 28, 2024, 01:58:49 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Please add split support to LayoutPanelComponent  (Read 8809 times)
softboy99
Newbie
*
Posts: 43


View Profile Email
« on: January 19, 2018, 09:26:52 AM »

Please add split support to LayoutPanelComponent
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
softboy99
Newbie
*
Posts: 43


View Profile Email
« Reply #2 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.
Logged
khan
Newbie
*
Posts: 13


View Profile
« Reply #3 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.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!