EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jmansur on September 10, 2015, 05:49:44 AM



Title: Can I set footer property in the tabs object?
Post by: jmansur on September 10, 2015, 05:49:44 AM
I try but I can not do it.


Title: Re: Can I set footer property in the tabs object?
Post by: stworthy on September 10, 2015, 08:19:16 AM
The tabs container hasn't 'footer' property but you can insert a panel around the tabs container.
Code:
<div class="easyui-panel" style="width:700px;height:300px">
<div id="tt" class="easyui-tabs" fit="true">
<div title="tab1"></div>
</div>
<footer>
footer content
</footer>
</div>


Title: Re: Can I set footer property in the tabs object?
Post by: jmansur on September 10, 2015, 10:16:29 AM
SO EASYYY

Thankssssssssssssssss