easyUI中已存在tab頁的更新
Posted on 2016-02-21 21:14 非洲小白臉 閱讀(215) 評論(0) 編輯 收藏 所屬分類: Spring mvc + Spring + MyBaties//將選中的tab更新
var contents = currentTab.panel('options').content;
XX.tabs('update',{
tab : currentTab,
options:{
title : title,
content : currentTab.panel('options').content
}
});
$("##").attr("src",XXX);