EasyUI Forum
May 08, 2024, 06:00:02 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: Can someone give me an example of adding CSS to easyui-panel header?  (Read 7823 times)
codeguyross
Newbie
*
Posts: 15


View Profile Email
« on: December 17, 2013, 09:18:47 AM »

I see the property headerCls but anything I try seems to do nothing.

Thanks!
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: December 17, 2013, 06:14:01 PM »

Here is the example shows how to set 'headerCls' property.

Code:
<style>
.hc{
background:#ccc;
}
</style>
<div class="easyui-panel" title="title" headerCls="hc" style="width:400px;height:100px">
<p>panel content.</p>
</div>
Logged
codeguyross
Newbie
*
Posts: 15


View Profile Email
« Reply #2 on: December 18, 2013, 09:28:07 AM »

Here is the example shows how to set 'headerCls' property.

Code:
<style>
.hc{
background:#ccc;
}
</style>
<div class="easyui-panel" title="title" headerCls="hc" style="width:400px;height:100px">
<p>panel content.</p>
</div>

Thanks again stworthy! This was perfect!
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!