EasyUI Forum
December 01, 2025, 07:33:31 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Update EasyUI Tab Without Refreshing on: March 17, 2014, 05:38:41 AM
Thank you so much... This worked 100%.
I am new to this forum, is there a "Mark as Answer" function? I can't seem to find it, but for anyone who stumbles across this using google, stworthy had the correct answer. Thanks again.
2  General Category / EasyUI for jQuery / Update EasyUI Tab Without Refreshing on: March 15, 2014, 05:12:16 PM
I really do like this javascript tab control. I am using it pretty heavily and somehow managed to work out everything except this issue. I am doing an inline frame (like most people probably are), but I am having trouble with updating the tab title without refreshing the contents of the entire panel. I navigate away from the page I start with, and when I update the tab title it defaults back to the initial page. Below is my code, any help would be greatly appreciated.

Code:
function MarkTabPendingSave(title) {
    var tab = $('#tcContent').tabs('getSelected');

    $('#tcContent').tabs('update', {
        tab: tab,
        options: {
            title: title
        }
    });
}
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!