Simple status box for the sidebar.
[elgg_plugins.git] / yui / docs / YAHOO.widget.Tab.html
blobbc98aec47bfd114296529439661ba0822795f776
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>API: tabview YAHOO.widget.Tab (YUI Library)</title>
5 <link rel="stylesheet" type="text/css" href="assets/api.css">
6 </head>
8 <body id="yahoo-com">
9 <div id="doc3" class="yui-t2">
11 <div id="hd">
12 <h1>Yahoo! UI Library</h1>
13 <h3>tabview&nbsp; <span class="subtitle">2.2.0</span></h3>
14 <p>
15 <a href="./index.html">Yahoo! UI Library</a>
16 &gt; <a href="./module_tabview.html">tabview</a>
17 &gt; YAHOO.widget.Tab
19 </p>
20 </div>
22 <div id="bd">
23 <div id="yui-main">
24 <div class="yui-b">
27 <h2>
32 Class <b>YAHOO.widget.Tab</b>
33 <span class="extends">
34 - extends <a href="YAHOO.util.Element.html">YAHOO.util.Element</a>
35 </span>
37 <span class="extends">
38 </span>
40 </code>
41 </h2>
42 <!-- class tree goes here -->
47 <div class="summary description">
48 A representation of a Tab's label and content.
49 </div>
51 <div class="section constructor details">
52 <h3><a name="constructor_detail">Constructor</a></h3>
53 <div class="content">
54 <div class="detail">
55 <strong>YAHOO.widget.Tab</strong>
56 <code>
61 element
64 properties
66 </code>
67 <div class="description">
68 <dl>
69 <dt>Parameters:</dt>
70 <dd>
71 <code>element
72 &lt;HTMLElement | String&gt;
73 </code>
74 (optional) The html element that
75 represents the TabView. An element will be created if none provided.
76 </dd>
77 <dd>
78 <code>properties
79 &lt;Object&gt;
80 </code>
81 A key map of initial properties
82 </dd>
83 </dl>
86 </div>
87 </div>
88 </div>
89 </div>
91 <div class="section field details">
92 <h3><a name="field_detail">Properties</a></h3>
93 <div class="content">
94 <h4><a name="ACTIVE_CLASSNAME">ACTIVE_CLASSNAME</a>
95 <code>- String</code>
96 </h4>
97 <div class="detail">
98 <div class="description">
99 The class name applied to active tabs.
100 </div>
101 </div>
104 <div class="default">
105 Default Value: "on"
106 </div>
109 <hr />
110 <h4><a name="dataConnection">dataConnection</a>
111 <code>- Object</code>
112 </h4>
113 <div class="detail">
114 <div class="description">
115 Provides a reference to the connection request object when data is
116 loaded dynamically.
117 </div>
118 </div>
123 <hr />
124 <h4><a name="DISABLED_CLASSNAME">DISABLED_CLASSNAME</a>
125 <code>- String</code>
126 </h4>
127 <div class="detail">
128 <div class="description">
129 The class name applied to disabled tabs.
130 </div>
131 </div>
134 <div class="default">
135 Default Value: "disabled"
136 </div>
139 <hr />
140 <h4><a name="LABEL_INNER_TAGNAME">LABEL_INNER_TAGNAME</a>
141 <code>- String</code>
142 </h4>
143 <div class="detail">
144 <div class="description">
145 The default tag name for a Tab's inner element.
146 </div>
147 </div>
150 <div class="default">
151 Default Value: "em"
152 </div>
155 <hr />
156 <h4><a name="loadHandler">loadHandler</a>
157 <code>- object</code>
158 </h4>
159 <div class="detail">
160 <div class="description">
161 Object containing success and failure callbacks for loading data.
162 </div>
163 </div>
168 <hr />
169 <h4><a name="LOADING_CLASSNAME">LOADING_CLASSNAME</a>
170 <code>- String</code>
171 </h4>
172 <div class="detail">
173 <div class="description">
174 The class name applied to dynamic tabs while loading.
175 </div>
176 </div>
179 <div class="default">
180 Default Value: "disabled"
181 </div>
184 <hr />
187 </div>
188 </div>
190 <div class="section field inheritance">
191 <h4>Properties inherited from <a href="YAHOO.util.Element.html">YAHOO.util.Element</a>:</h4>
192 <div class="content">
193 <code>
195 <a href="YAHOO.util.Element.html#DOM_EVENTS">DOM_EVENTS</a>
196 </code>
197 </div>
198 </div>
199 <div class="section field inheritance">
200 <h4>Properties inherited from <a href="YAHOO.util.AttributeProvider.html">YAHOO.util.AttributeProvider</a>:</h4>
201 <div class="content">
202 <code>
204 <a href="YAHOO.util.AttributeProvider.html#_configs">_configs</a>
205 </code>
206 </div>
207 </div>
208 <div class="section field inheritance">
209 <h4>Properties inherited from <a href="YAHOO.util.EventProvider.html">YAHOO.util.EventProvider</a>:</h4>
210 <div class="content">
211 <code>
213 <a href="YAHOO.util.EventProvider.html#__yui_events">__yui_events</a>,
214 <a href="YAHOO.util.EventProvider.html#__yui_subscribers">__yui_subscribers</a>
215 </code>
216 </div>
217 </div>
219 <div class="section method details">
220 <h3><a name="methodDetails">Methods</a></h3>
221 <div class="content">
222 <h4>
223 <a name="initAttributes">initAttributes</a></h4>
224 <div class="detail">
225 <code>
229 void
230 <strong>initAttributes</strong>
234 attr
238 </code>
240 <div class="description">
241 setAttributeConfigs TabView specific properties.
242 </div>
244 <div class="description">
246 <dl>
247 <dt>Parameters:</dt>
248 <dd>
249 <code>attr &lt;Object&gt;</code>
250 Hash of initial attributes
251 </dd>
252 </dl>
254 <dl>
255 <dt>Returns:
256 <code>
257 void
258 </code></dt>
259 <dd></dd>
260 </dl>
262 </div>
264 </div>
265 <hr />
266 <h4>
267 <a name="toString">toString</a></h4>
268 <div class="detail">
269 <code>
273 void
274 <strong>toString</strong>
277 </code>
279 <div class="description">
280 Provides a readable name for the tab.
281 </div>
283 <div class="description">
286 <dl>
287 <dt>Returns:
288 <code>
289 void
290 </code></dt>
291 <dd>String</dd>
292 </dl>
294 </div>
296 </div>
297 <hr />
298 </div>
299 </div>
301 <div class="section field inheritance">
302 <h4>Methods inherited from <a href="YAHOO.util.Element.html">YAHOO.util.Element</a>:</h4>
303 <div class="content">
304 <code>
306 <a href="YAHOO.util.Element.html#_registerHTMLAttr">_registerHTMLAttr</a>,
307 <a href="YAHOO.util.Element.html#addClass">addClass</a>,
308 <a href="YAHOO.util.Element.html#addListener">addListener</a>,
309 <a href="YAHOO.util.Element.html#appendChild">appendChild</a>,
310 <a href="YAHOO.util.Element.html#appendTo">appendTo</a>,
311 <a href="YAHOO.util.Element.html#fireQueue">fireQueue</a>,
312 <a href="YAHOO.util.Element.html#getElementsByClassName">getElementsByClassName</a>,
313 <a href="YAHOO.util.Element.html#getElementsByTagName">getElementsByTagName</a>,
314 <a href="YAHOO.util.Element.html#getStyle">getStyle</a>,
315 <a href="YAHOO.util.Element.html#hasChildNodes">hasChildNodes</a>,
316 <a href="YAHOO.util.Element.html#hasClass">hasClass</a>,
317 <a href="YAHOO.util.Element.html#initAttributes">initAttributes</a>,
318 <a href="YAHOO.util.Element.html#insertBefore">insertBefore</a>,
319 <a href="YAHOO.util.Element.html#on">on</a>,
320 <a href="YAHOO.util.Element.html#removeChild">removeChild</a>,
321 <a href="YAHOO.util.Element.html#removeClass">removeClass</a>,
322 <a href="YAHOO.util.Element.html#removeListener">removeListener</a>,
323 <a href="YAHOO.util.Element.html#replaceChild">replaceChild</a>,
324 <a href="YAHOO.util.Element.html#replaceClass">replaceClass</a>,
325 <a href="YAHOO.util.Element.html#setStyle">setStyle</a>
326 </code>
327 </div>
328 </div>
329 <div class="section field inheritance">
330 <h4>Methods inherited from <a href="YAHOO.util.AttributeProvider.html">YAHOO.util.AttributeProvider</a>:</h4>
331 <div class="content">
332 <code>
334 <a href="YAHOO.util.AttributeProvider.html#configureAttribute">configureAttribute</a>,
335 <a href="YAHOO.util.AttributeProvider.html#fireBeforeChangeEvent">fireBeforeChangeEvent</a>,
336 <a href="YAHOO.util.AttributeProvider.html#fireChangeEvent">fireChangeEvent</a>,
337 <a href="YAHOO.util.AttributeProvider.html#get">get</a>,
338 <a href="YAHOO.util.AttributeProvider.html#getAttributeConfig">getAttributeConfig</a>,
339 <a href="YAHOO.util.AttributeProvider.html#getAttributeKeys">getAttributeKeys</a>,
340 <a href="YAHOO.util.AttributeProvider.html#refresh">refresh</a>,
341 <a href="YAHOO.util.AttributeProvider.html#register">register</a>,
342 <a href="YAHOO.util.AttributeProvider.html#resetAttributeConfig">resetAttributeConfig</a>,
343 <a href="YAHOO.util.AttributeProvider.html#resetValue">resetValue</a>,
344 <a href="YAHOO.util.AttributeProvider.html#set">set</a>,
345 <a href="YAHOO.util.AttributeProvider.html#setAttributeConfig">setAttributeConfig</a>,
346 <a href="YAHOO.util.AttributeProvider.html#setAttributes">setAttributes</a>
347 </code>
348 </div>
349 </div>
350 <div class="section field inheritance">
351 <h4>Methods inherited from <a href="YAHOO.util.EventProvider.html">YAHOO.util.EventProvider</a>:</h4>
352 <div class="content">
353 <code>
355 <a href="YAHOO.util.EventProvider.html#createEvent">createEvent</a>,
356 <a href="YAHOO.util.EventProvider.html#fireEvent">fireEvent</a>,
357 <a href="YAHOO.util.EventProvider.html#hasEvent">hasEvent</a>,
358 <a href="YAHOO.util.EventProvider.html#subscribe">subscribe</a>,
359 <a href="YAHOO.util.EventProvider.html#unsubscribe">unsubscribe</a>,
360 <a href="YAHOO.util.EventProvider.html#unsubscribeAll">unsubscribeAll</a>
361 </code>
362 </div>
363 </div>
365 <div class="section method details">
366 <h3><a name="methodDetails">Events</a></h3>
367 <div class="content">
368 <h4>
369 <a name="activeChange">activeChange</a></h4>
370 <div class="detail">
371 <code>
375 <strong>activeChange</strong>
380 </code>
382 <div class="description">
383 Fires after the active state is changed.
384 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
385 <p><strong>Event fields:</strong><br>
386 <code>&lt;String&gt; type</code> activeChange<br>
387 <code>&lt;Boolean&gt;
388 prevValue</code> the previous value<br>
389 <code>&lt;Boolean&gt;
390 newValue</code> the updated value</p>
391 <p><strong>Usage:</strong><br>
392 <code>var handler = function(e) {var previous = e.prevValue};<br>
393 myTabs.addListener('activeChange', handler);</code></p>
394 </div>
396 <div class="description">
401 </div>
403 </div>
404 <hr />
405 <h4>
406 <a name="beforeActiveChange">beforeActiveChange</a></h4>
407 <div class="detail">
408 <code>
412 <strong>beforeActiveChange</strong>
417 </code>
419 <div class="description">
420 Fires before the active state is changed.
421 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
422 <p>If handler returns false, the change will be cancelled, and the value will not
423 be set.</p>
424 <p><strong>Event fields:</strong><br>
425 <code>&lt;String&gt; type</code> beforeActiveChange<br>
426 <code>&lt;Boolean&gt;
427 prevValue</code> the current value<br>
428 <code>&lt;Boolean&gt;
429 newValue</code> the new value</p>
430 <p><strong>Usage:</strong><br>
431 <code>var handler = function(e) {var previous = e.prevValue};<br>
432 myTabs.addListener('beforeActiveChange', handler);</code></p>
433 </div>
435 <div class="description">
440 </div>
442 </div>
443 <hr />
444 <h4>
445 <a name="beforeContentChange">beforeContentChange</a></h4>
446 <div class="detail">
447 <code>
451 <strong>beforeContentChange</strong>
456 </code>
458 <div class="description">
459 Fires before the tab content is changed.
460 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
461 <p>If handler returns false, the change will be cancelled, and the value will not
462 be set.</p>
463 <p><strong>Event fields:</strong><br>
464 <code>&lt;String&gt; type</code> beforeContentChange<br>
465 <code>&lt;String&gt;
466 prevValue</code> the current value<br>
467 <code>&lt;String&gt;
468 newValue</code> the new value</p>
469 <p><strong>Usage:</strong><br>
470 <code>var handler = function(e) {var previous = e.prevValue};<br>
471 myTabs.addListener('beforeContentChange', handler);</code></p>
472 </div>
474 <div class="description">
479 </div>
481 </div>
482 <hr />
483 <h4>
484 <a name="beforeLabelChange">beforeLabelChange</a></h4>
485 <div class="detail">
486 <code>
490 <strong>beforeLabelChange</strong>
495 </code>
497 <div class="description">
498 Fires before the tab label is changed.
499 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
500 <p>If handler returns false, the change will be cancelled, and the value will not
501 be set.</p>
502 <p><strong>Event fields:</strong><br>
503 <code>&lt;String&gt; type</code> beforeLabelChange<br>
504 <code>&lt;String&gt;
505 prevValue</code> the current value<br>
506 <code>&lt;String&gt;
507 newValue</code> the new value</p>
508 <p><strong>Usage:</strong><br>
509 <code>var handler = function(e) {var previous = e.prevValue};<br>
510 myTabs.addListener('beforeLabelChange', handler);</code></p>
511 </div>
513 <div class="description">
518 </div>
520 </div>
521 <hr />
522 <h4>
523 <a name="contentChange">contentChange</a></h4>
524 <div class="detail">
525 <code>
529 <strong>contentChange</strong>
534 </code>
536 <div class="description">
537 Fires after the tab content is changed.
538 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
539 <p><strong>Event fields:</strong><br>
540 <code>&lt;String&gt; type</code> contentChange<br>
541 <code>&lt;String&gt;
542 prevValue</code> the previous value<br>
543 <code>&lt;Boolean&gt;
544 newValue</code> the updated value</p>
545 <p><strong>Usage:</strong><br>
546 <code>var handler = function(e) {var previous = e.prevValue};<br>
547 myTabs.addListener('contentChange', handler);</code></p>
548 </div>
550 <div class="description">
555 </div>
557 </div>
558 <hr />
559 <h4>
560 <a name="labelChange">labelChange</a></h4>
561 <div class="detail">
562 <code>
566 <strong>labelChange</strong>
571 </code>
573 <div class="description">
574 Fires after the tab label is changed.
575 <p>See: <a href="YAHOO.util.Element.html#addListener">Element.addListener</a></p>
576 <p><strong>Event fields:</strong><br>
577 <code>&lt;String&gt; type</code> labelChange<br>
578 <code>&lt;String&gt;
579 prevValue</code> the previous value<br>
580 <code>&lt;String&gt;
581 newValue</code> the updated value</p>
582 <p><strong>Usage:</strong><br>
583 <code>var handler = function(e) {var previous = e.prevValue};<br>
584 myTabs.addListener('labelChange', handler);</code></p>
585 </div>
587 <div class="description">
592 </div>
594 </div>
595 <hr />
596 </div>
597 </div>
600 <div class="section field inheritance">
601 <h4>Events inherited from <a href="YAHOO.util.Element.html">YAHOO.util.Element</a>:</h4>
602 <div class="content">
603 <code>
605 <a href="YAHOO.util.Element.html#available">available</a>,
606 <a href="YAHOO.util.Element.html#contentReady">contentReady</a>
607 </code>
608 </div>
609 </div>
611 <div class="section field details">
612 <h3><a name="field_detail">Configuration Attributes</a></h3>
613 <div class="content">
614 <h4><a name="activationEvent">activationEvent</a>
615 <code>- String</code>
616 </h4>
617 <div class="detail">
618 <div class="description">
619 The event that triggers the tab's activation.
620 </div>
621 </div>
625 <hr />
626 <h4><a name="active">active</a>
627 <code>- Boolean</code>
628 </h4>
629 <div class="detail">
630 <div class="description">
631 Whether or not the tab is currently active.
632 If a dataSrc is set for the tab, the content will be loaded from
633 the given source.
634 </div>
635 </div>
639 <hr />
640 <h4><a name="cacheData">cacheData</a>
641 <code>- Boolean</code>
642 </h4>
643 <div class="detail">
644 <div class="description">
645 Whether or not content should be reloaded for every view.
646 </div>
647 </div>
650 <div class="default">
651 Default Value: false
652 </div>
654 <hr />
655 <h4><a name="content">content</a>
656 <code>- String</code>
657 </h4>
658 <div class="detail">
659 <div class="description">
660 The tab's content.
661 </div>
662 </div>
666 <hr />
667 <h4><a name="contentEl">contentEl</a>
668 <code>- HTMLElement</code>
669 </h4>
670 <div class="detail">
671 <div class="description">
672 The HTMLElement that contains the tab's content.
673 </div>
674 </div>
678 <hr />
679 <h4><a name="contentVisible">contentVisible</a>
680 <code>- Boolean</code>
681 </h4>
682 <div class="detail">
683 <div class="description">
684 The Whether or not the tab's content is visible.
685 </div>
686 </div>
689 <div class="default">
690 Default Value: false
691 </div>
693 <hr />
694 <h4><a name="dataLoaded">dataLoaded</a>
695 <code>- Boolean</code>
696 </h4>
697 <div class="detail">
698 <div class="description">
699 Whether or not any data has been loaded from the server.
700 </div>
701 </div>
705 <hr />
706 <h4><a name="dataSrc">dataSrc</a>
707 <code>- String</code>
708 </h4>
709 <div class="detail">
710 <div class="description">
711 The tab's data source, used for loading content dynamically.
712 </div>
713 </div>
717 <hr />
718 <h4><a name="dataTimeout">dataTimeout</a>
719 <code>- Number</code>
720 </h4>
721 <div class="detail">
722 <div class="description">
723 Number if milliseconds before aborting and calling failure handler.
724 </div>
725 </div>
728 <div class="default">
729 Default Value: null
730 </div>
732 <hr />
733 <h4><a name="disabled">disabled</a>
734 <code>- Boolean</code>
735 </h4>
736 <div class="detail">
737 <div class="description">
738 Whether or not the tab is disabled.
739 </div>
740 </div>
744 <hr />
745 <h4><a name="href">href</a>
746 <code>- String</code>
747 </h4>
748 <div class="detail">
749 <div class="description">
750 The href of the tab's anchor element.
751 </div>
752 </div>
755 <div class="default">
756 Default Value: '#'
757 </div>
759 <hr />
760 <h4><a name="label">label</a>
761 <code>- String</code>
762 </h4>
763 <div class="detail">
764 <div class="description">
765 The tab's label text (or innerHTML).
766 </div>
767 </div>
771 <hr />
772 <h4><a name="labelEl">labelEl</a>
773 <code>- HTMLElement</code>
774 </h4>
775 <div class="detail">
776 <div class="description">
777 The element that contains the tab's label.
778 </div>
779 </div>
783 <hr />
784 <h4><a name="loadMethod">loadMethod</a>
785 <code>- String</code>
786 </h4>
787 <div class="detail">
788 <div class="description">
789 The method to use for the data request.
790 </div>
791 </div>
794 <div class="default">
795 Default Value: "GET"
796 </div>
798 <hr />
800 </div>
801 </div>
803 <div class="section field inheritance">
804 <h4>Configuration attributes inherited from <a href="YAHOO.util.Element.html">YAHOO.util.Element</a>:</h4>
805 <div class="content">
806 <code>
808 <a href="YAHOO.util.Element.html#element">element</a>
809 </code>
810 </div>
811 </div>
813 </div>
814 </div>
815 <div class="yui-b">
816 <div class="nav">
818 <div class="module">
819 <h4>Modules</h4>
820 <ul class="content">
822 <li class=""><a href="module_animation.html">animation</a></li>
824 <li class=""><a href="module_autocomplete.html">autocomplete</a></li>
826 <li class=""><a href="module_button.html">button</a></li>
828 <li class=""><a href="module_calendar.html">calendar</a></li>
830 <li class=""><a href="module_connection.html">connection</a></li>
832 <li class=""><a href="module_container.html">container</a></li>
834 <li class=""><a href="module_datasource.html">datasource</a></li>
836 <li class=""><a href="module_datatable.html">datatable</a></li>
838 <li class=""><a href="module_dom.html">dom</a></li>
840 <li class=""><a href="module_dragdrop.html">dragdrop</a></li>
842 <li class=""><a href="module_element.html">element</a></li>
844 <li class=""><a href="module_event.html">event</a></li>
846 <li class=""><a href="module_history.html">history</a></li>
848 <li class=""><a href="module_logger.html">logger</a></li>
850 <li class=""><a href="module_menu.html">menu</a></li>
852 <li class=""><a href="module_slider.html">slider</a></li>
854 <li class="selected"><a href="module_tabview.html">tabview</a></li>
856 <li class=""><a href="module_treeview.html">treeview</a></li>
858 <li class=""><a href="module_yahoo.html">yahoo</a></li>
859 </ul>
860 </div>
862 <div class="module">
863 <h4>Classes</h4>
864 <ul class="content">
865 <li class="selected"><a href="YAHOO.widget.Tab.html">YAHOO.widget.Tab</a></li>
866 <li class=""><a href="YAHOO.widget.TabView.html">YAHOO.widget.TabView</a></li>
867 </ul>
868 </div>
870 <div class="module">
871 <h4>Files</h4>
872 <ul class="content">
873 <li class=""><a href="Tab.js.html">Tab.js</a></li>
874 <li class=""><a href="TabView.js.html">TabView.js</a></li>
875 </ul>
876 </div>
878 <div class="module">
879 <h4>Properties</h4>
880 <ul class="content">
881 <li><a href="#ACTIVE_CLASSNAME">ACTIVE_CLASSNAME</a>
882 <!--<code>&lt;String&gt;</code>-->
883 </li>
884 <li><a href="#dataConnection">dataConnection</a>
885 <!--<code>&lt;String&gt;</code>-->
886 </li>
887 <li><a href="#DISABLED_CLASSNAME">DISABLED_CLASSNAME</a>
888 <!--<code>&lt;String&gt;</code>-->
889 </li>
890 <li><a href="#LABEL_INNER_TAGNAME">LABEL_INNER_TAGNAME</a>
891 <!--<code>&lt;String&gt;</code>-->
892 </li>
893 <li><a href="#loadHandler">loadHandler</a>
894 <!--<code>&lt;String&gt;</code>-->
895 </li>
896 <li><a href="#LOADING_CLASSNAME">LOADING_CLASSNAME</a>
897 <!--<code>&lt;String&gt;</code>-->
898 </li>
899 </ul>
900 </div>
902 <div class="module">
903 <h4>Methods</h4>
904 <ul class="content">
905 <li><!--<code>void</code>-->
906 <a href="#initAttributes">initAttributes</a>
907 </li>
908 <li><!--<code>void</code>-->
909 <a href="#toString">toString</a>
910 </li>
911 </ul>
912 </div>
914 <div class="module">
915 <h4>Events</h4>
916 <ul class="content">
917 <li>
918 <a href="#activeChange">activeChange</a>
919 </li>
920 <li>
921 <a href="#beforeActiveChange">beforeActiveChange</a>
922 </li>
923 <li>
924 <a href="#beforeContentChange">beforeContentChange</a>
925 </li>
926 <li>
927 <a href="#beforeLabelChange">beforeLabelChange</a>
928 </li>
929 <li>
930 <a href="#contentChange">contentChange</a>
931 </li>
932 <li>
933 <a href="#labelChange">labelChange</a>
934 </li>
935 </ul>
936 </div>
938 <div class="module">
939 <h4>Configuration Attributes</h4>
940 <ul class="content">
941 <li>
942 <a href="#activationEvent">activationEvent</a>
943 </li>
944 <li>
945 <a href="#active">active</a>
946 </li>
947 <li>
948 <a href="#cacheData">cacheData</a>
949 </li>
950 <li>
951 <a href="#content">content</a>
952 </li>
953 <li>
954 <a href="#contentEl">contentEl</a>
955 </li>
956 <li>
957 <a href="#contentVisible">contentVisible</a>
958 </li>
959 <li>
960 <a href="#dataLoaded">dataLoaded</a>
961 </li>
962 <li>
963 <a href="#dataSrc">dataSrc</a>
964 </li>
965 <li>
966 <a href="#dataTimeout">dataTimeout</a>
967 </li>
968 <li>
969 <a href="#disabled">disabled</a>
970 </li>
971 <li>
972 <a href="#href">href</a>
973 </li>
974 <li>
975 <a href="#label">label</a>
976 </li>
977 <li>
978 <a href="#labelEl">labelEl</a>
979 </li>
980 <li>
981 <a href="#loadMethod">loadMethod</a>
982 </li>
983 </ul>
984 </div>
986 </div>
987 </div>
988 </div>
989 <div id="ft">
990 <hr />
991 Copyright &copy; 2007 Yahoo! Inc. All rights reserved.
992 </div>
993 </div>
994 </body>
995 </html>