EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: devnull on June 02, 2015, 10:54:41 PM



Title: set body width of panel different to panel container & header
Post by: devnull on June 02, 2015, 10:54:41 PM
Is it possible to set the panel body width to be wider than the panel header and container.

<div class="panel">
--<div class="panel-header">
--<div class="panel-body">

Thanks


Title: Re: set body width of panel different to panel container & header
Post by: stworthy on June 03, 2015, 01:02:52 AM
This is a strange requirement. Please call 'css' to change the width of panel body.
Code:
var body = $('#p').panel('body');
body.css('width','800px');