EasyUI Forum
November 07, 2025, 01:55:40 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: set body width of panel different to panel container & header  (Read 6225 times)
devnull
Sr. Member
****
Posts: 431


View Profile
« 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
Logged

-- Licensed User --
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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');
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!