Searched defs:removeTab (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js210 * @method removeTab
214 proto.removeTab = function(tab) {
H A Dtabview-min.js17 return index;};proto.removeTab=function(tab){var tabCount=this.get('tabs').length;var index=this.getTabIndex(tab);var nextIndex=index+1;if(tab==this.get('activeTab')){if(tabCount>1){if(index+1==tabCount){this.set('activeIndex',index-1);}else{this.set('activeIndex',index+1);}}}
H A Dtabview.js210 * @method removeTab
214 proto.removeTab = function(tab) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js210 * @method removeTab
214 proto.removeTab = function(tab) {
H A Dtabview-min.js17 return index;};proto.removeTab=function(tab){var tabCount=this.get('tabs').length;var index=this.getTabIndex(tab);var nextIndex=index+1;if(tab==this.get('activeTab')){if(tabCount>1){if(index+1==tabCount){this.set('activeIndex',index-1);}else{this.set('activeIndex',index+1);}}}
H A Dtabview.js210 * @method removeTab
214 proto.removeTab = function(tab) {

Completed in 64 milliseconds