EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
November 06, 2025, 11:10:29 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
set body width of panel different to panel container & header
Pages: [
1
]
« previous
next »
Print
Author
Topic: set body width of panel different to panel container & header (Read 6220 times)
devnull
Sr. Member
Posts: 431
set body width of panel different to panel container & header
«
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
Re: set body width of panel different to panel container & header
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...