An element that displays only one of its children at a time. The selectedIndex 
More information is available in the XUL tutorial .
  
    Attributes 
  
    selectedIndex  
 
  
    Properties 
  
    selectedIndex , selectedPanel  
 
Examples 
<deck selectedIndex="2">
  <description value="This is the first page"/>
  <button label="This is the second page"/>
  <box>
    <description value="This is the third page"/>
    <button label="This is also the third page"/>
  </box>
</deck>
 
Attributes 
 
    selectedIndex  
  
    Type: integer  
  
    Gets and sets the index of the currently selected panel. The first item is at index 0. 
 
 
   
 
 
Inherited from XUL element   
align allowevents allownegativeassertions class coalesceduplicatearcs collapsed container containment context datasources dir empty equalsize flags flex height hidden id insertafter insertbefore left maxheight maxwidth minheight minwidth mousethrough observes ordinal orient pack persist position preference-editable querytype ref removeelement sortDirection sortResource sortResource2 statustext style template tooltip tooltiptext top uri wait-cursor width  
 
  
  
Properties 
 
    selectedIndex  
  
    Type: integer  
  
    Returns the index of the currently selected item. You may select an item by assigning its index to this property. By assigning -1 to this property, all items will be deselected. Returns -1 if no items are selected 
   
  Do not hide panels; the deck element only understands visible panels.
    selectedPanel  
  
    Type: element  
  
    Holds a reference to the currently selected panel within a deck  
      Inherited Properties  align attributes allowEvents baseURI boxObject builder childElementCount childNodes children className clientHeight clientLeft clientTop clientWidth collapsed contextMenu controllers database datasources dir firstChild firstElementChild flex height hidden id lastChild lastElementChild left localName maxHeight maxWidth menu minHeight minWidth namespaceURI nextElementSibling nextSibling nodeName nodeType nodeValue observes ordinal orient ownerDocument pack parentNode persist prefix previousElementSibling previousSibling ref resource scrollHeight scrollLeft scrollTop scrollWidth statusText style tagName textContent tooltip tooltipText top width  
       
Methods 
    Inherited Methods addEventListener() appendChild() blur click cloneNode() compareDocumentPosition , dispatchEvent() doCommand focus getAttribute() getAttributeNode() getAttributeNodeNS() getAttributeNS() getBoundingClientRect() getClientRects() getElementsByAttribute getElementsByAttributeNS getElementsByClassName() getElementsByTagName() getElementsByTagNameNS() getFeature , getUserData , hasAttribute() hasAttributeNS() hasAttributes() hasChildNodes() insertBefore() isDefaultNamespace() isEqualNode , isSameNode , isSupported() lookupNamespaceURI , lookupPrefix , normalize() querySelector() querySelectorAll() removeAttribute() removeAttributeNode() removeAttributeNS() removeChild() removeEventListener() replaceChild() setAttribute() setAttributeNode() setAttributeNodeNS() setAttributeNS() setUserData 
       
stack 
               
                
                
                  Document Tags and Contributors 
  
                    
                    
                      Last updated by: 
                      Sheppy ,
                      
Apr 14, 2014, 10:37:31 AM