Title: Layout, larger bar for resizing. Post by: doev on July 13, 2014, 04:42:49 AM Hello,
I tested some examples on touchscreen devices. Many things are hard to control. For example the basic layout demo: http://www.jeasyui.com/demo/main/index.php?plugin=Layout&theme=default&dir=ltr&pitem= Is it possible to use a larger bar for changing the panel sizes? greetings Title: Re: Layout, larger bar for resizing. Post by: stworthy on July 13, 2014, 08:00:08 AM Do you wish to change the size of title bar? If so please change the '.panel-title' style.
Code: <style type="text/css"> Title: Re: Layout, larger bar for resizing. Post by: doev on July 15, 2014, 12:20:48 AM No, I want to increase the space where I can grab the border to resize the layout. Default is only 4-5px. You can increase it visual with this:
Code: <style type="text/css"> But it is only visual and gives no better control on touchscreens. Title: Re: Layout, larger bar for resizing. Post by: stworthy on July 15, 2014, 12:57:14 AM Ok, you would like to increase the splitting size for the region panel. To achieve this effect, the style code below should be overridden.
Code: <style> Code: <body class="easyui-layout"> Title: Re: Layout, larger bar for resizing. Post by: doev on July 15, 2014, 01:21:51 PM thank you.
|