EasyUI Forum
April 25, 2024, 08:22:42 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: Fail to Update Tab Panel Footer  (Read 869 times)
poeziafree
Jr. Member
**
Posts: 69


View Profile Email
« on: December 04, 2022, 03:16:25 AM »

Hello,

How can I update the tab footer?
Setting type to all updates only header and body.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: December 04, 2022, 07:25:09 PM »

Retrieve the footer panel and you will be able to do anything on it.
Code:
var p = $('#tt').tabs('getTab',0);  // get the tab panel
var f = p.panel('footer');  // get the footer
f.html(...);
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!