`

easyui-panel属性headerCls

 
阅读更多
<style type="text/css">
       .title{
        	font-size:14px;
        	height:30px;
        }
</style>

............

<div id="p" class="easyui-panel" title="My Panel"     
        style="width:500px;height:150px;padding:10px;background:#fafafa;"   
        data-options="headerCls:'title',minimizable:true,maximizable:true">   
    <p>panel content.</p>   
    <p>panel content.</p>   
</div>  

 

headerCls,是css定义的类,不是css属性。并且header里面还嵌入了一个div加了样式的

 

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics