Class Index | File Index

Classes


Class SweetDevRia.AccordionItem

AccordionItem
Defined in: Accordion.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
Method Summary
Method Attributes Method Name and Description
 
close(acc, refresh)
Close this item, using Yahoo animation
 
Return whether this item is opened or not.
 
open(acc)
Open this item, using Yahoo animation
Class Detail
<private> SweetDevRia.AccordionItem(id, title)
Parameters:
{String} id
the id of the item
{String} title
the displayed title of the item
Method Detail
close(acc, refresh)
Close this item, using Yahoo animation
Parameters:
{Accordion} acc
the accordion item around this one
{boolean} refresh
if the frame must be refreshed during this close (false if an open is processed simultaneously)

{boolean} isOpen()
Return whether this item is opened or not.
Returns:
true if this item is open, false otherwise

open(acc)
Open this item, using Yahoo animation
Parameters:
{Accordion} acc
the accordion item around this one

Documentation generated by JsDoc Toolkit 2.0.0 on Thu Dec 02 2010 15:18:53 GMT+0100 (CET)