PrimeFaces.widget.TabSlider=function(B,A){this.id=PrimeFaces.escapeClientId(B);this.cfg=A;this.cfg.autoPlay=false;this.cfg.navigationFormatter=this.formatNavigationText;jQuery(this.id).anythingSlider(this.cfg);if(this.cfg.activeIndex!=1){this.showTab(this.cfg.activeIndex)}};PrimeFaces.widget.TabSlider.prototype.showTab=function(A){jQuery(this.id).anythingSlider(A)};PrimeFaces.widget.TabSlider.prototype.formatNavigationText=function(B,A){return this.navHeaders[B-1]};