Searched defs:TabView (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.js18 * @class TabView
22 * element that represents the TabView, or the attribute object to use.
27 YAHOO.widget.TabView = function(el, attr) {
37 YAHOO.widget.TabView.superclass.constructor.call(this, el, attr);
40 YAHOO.extend(YAHOO.widget.TabView, YAHOO.util.Element);
42 var proto = YAHOO.widget.TabView.prototype;
56 * The className of the HTMLElement containing the TabView's tab elements
67 * The className of the HTMLElement containing the TabView's label elements
81 * Adds a Tab to the TabView instance.
209 * Removes the specified Tab from the TabView
[all...]
H A Dtabview-min.js8 (function(){YAHOO.widget.TabView=function(el,attr){attr=attr||{};if(arguments.length==1&&!YAHOO.lang.isString(el)&&!el.nodeName){attr=el;el=attr.element||null;}
10 YAHOO.widget.TabView.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.TabView,YAHOO.util.Element);var proto=YAHOO.widget.TabView.prototype;var Dom=YAHOO.util.Dom;var Event=YAHOO.util.Event;var Tab=YAHOO.widget.Tab;proto.CLASSNAME='yui-navset';proto.TAB_PARENT_CLASSNAME='yui-nav';proto.CONTENT_PARENT_CLASSNAME='yui-content';proto._tabParent=null;proto._contentParent=null;proto.addTab=function(tab,index){var tabs=this.get('tabs');if(!tabs){this._queue[this._queue.length]=['addTab',arguments];return false;}
18 this._tabParent.removeChild(tab.get('element'));this._contentParent.removeChild(tab.get('contentEl'));this._configs.tabs.value.splice(index,1);};proto.toString=function(){var name=this.get('id')||this.get('tagName');return"TabView "+name;};proto.contentTransition=function(newTab,oldTab){newTab.set('contentVisible',true);oldTab.set('contentVisible',false);};proto.initAttributes=function(attr){YAHOO.widget.TabView.superclass.initAttributes.call(this,attr);if(!attr.orientation){attr.orientation='top';}
37 Dom.addClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=true;this.dataConnection=YAHOO.util.Connect.asyncRequest(this.get('loadMethod'),this.get('dataSrc'),{success:function(o){this.loadHandler.success.call(this,o);this.set('dataLoaded',true);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},failure:function(o){this.loadHandler.failure.call(this,o);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},scope:this,timeout:this.get('dataTimeout')});};YAHOO.widget.Tab=Tab;})();YAHOO.register("tabview",YAHOO.widget.TabView,{version:"2.3.0",build:"442"})
H A Dtabview.js18 * @class TabView
22 * element that represents the TabView, or the attribute object to use.
27 YAHOO.widget.TabView = function(el, attr) {
37 YAHOO.widget.TabView.superclass.constructor.call(this, el, attr);
40 YAHOO.extend(YAHOO.widget.TabView, YAHOO.util.Element);
42 var proto = YAHOO.widget.TabView.prototype;
56 * The className of the HTMLElement containing the TabView's tab elements
67 * The className of the HTMLElement containing the TabView's label elements
81 * Adds a Tab to the TabView instance.
209 * Removes the specified Tab from the TabView
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js18 * @class TabView
22 * element that represents the TabView, or the attribute object to use.
27 YAHOO.widget.TabView = function(el, attr) {
37 YAHOO.widget.TabView.superclass.constructor.call(this, el, attr);
40 YAHOO.extend(YAHOO.widget.TabView, YAHOO.util.Element);
42 var proto = YAHOO.widget.TabView.prototype;
56 * The className of the HTMLElement containing the TabView's tab elements
67 * The className of the HTMLElement containing the TabView's label elements
81 * Adds a Tab to the TabView instance.
209 * Removes the specified Tab from the TabView
[all...]
H A Dtabview-min.js8 (function(){YAHOO.widget.TabView=function(el,attr){attr=attr||{};if(arguments.length==1&&!YAHOO.lang.isString(el)&&!el.nodeName){attr=el;el=attr.element||null;}
10 YAHOO.widget.TabView.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.TabView,YAHOO.util.Element);var proto=YAHOO.widget.TabView.prototype;var Dom=YAHOO.util.Dom;var Event=YAHOO.util.Event;var Tab=YAHOO.widget.Tab;proto.CLASSNAME='yui-navset';proto.TAB_PARENT_CLASSNAME='yui-nav';proto.CONTENT_PARENT_CLASSNAME='yui-content';proto._tabParent=null;proto._contentParent=null;proto.addTab=function(tab,index){var tabs=this.get('tabs');if(!tabs){this._queue[this._queue.length]=['addTab',arguments];return false;}
18 this._tabParent.removeChild(tab.get('element'));this._contentParent.removeChild(tab.get('contentEl'));this._configs.tabs.value.splice(index,1);};proto.toString=function(){var name=this.get('id')||this.get('tagName');return"TabView "+name;};proto.contentTransition=function(newTab,oldTab){newTab.set('contentVisible',true);oldTab.set('contentVisible',false);};proto.initAttributes=function(attr){YAHOO.widget.TabView.superclass.initAttributes.call(this,attr);if(!attr.orientation){attr.orientation='top';}
37 Dom.addClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=true;this.dataConnection=YAHOO.util.Connect.asyncRequest(this.get('loadMethod'),this.get('dataSrc'),{success:function(o){this.loadHandler.success.call(this,o);this.set('dataLoaded',true);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},failure:function(o){this.loadHandler.failure.call(this,o);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},scope:this,timeout:this.get('dataTimeout')});};YAHOO.widget.Tab=Tab;})();YAHOO.register("tabview",YAHOO.widget.TabView,{version:"2.3.0",build:"442"})
H A Dtabview.js18 * @class TabView
22 * element that represents the TabView, or the attribute object to use.
27 YAHOO.widget.TabView = function(el, attr) {
37 YAHOO.widget.TabView.superclass.constructor.call(this, el, attr);
40 YAHOO.extend(YAHOO.widget.TabView, YAHOO.util.Element);
42 var proto = YAHOO.widget.TabView.prototype;
56 * The className of the HTMLElement containing the TabView's tab elements
67 * The className of the HTMLElement containing the TabView's label elements
81 * Adds a Tab to the TabView instance.
209 * Removes the specified Tab from the TabView
[all...]

Completed in 33 milliseconds