...
|
...
|
@@ -5,9 +5,6 @@ |
|
|
|
|
|
|
|
|
<div class="easyui-accordion" style="width:500px;height:300px;">
|
|
|
<div title="Top Panel" data-options="iconCls:'icon-search',collapsed:false,collapsible:false" style="padding:10px;">
|
|
|
<input class="easyui-searchbox" prompt="Enter something here" style="width:300px;height:25px;">
|
|
|
</div>
|
|
|
<div title="About" data-options="selected:true" style="padding:10px;">
|
|
|
<h3 style="color:#0099FF;">Accordion for jQuery</h3>
|
|
|
<p>Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.</p>
|
...
|
...
|
|