BiAccordionButton

This button component is a internal part of BiAccordionPage and is used to expand the page.

This class extends BiButton and therefore all methods and fields available for BiButton are also available for BiAccordionButton .

Constructor

new BiAccordionButton ( [ sText [ ,oIcon ] ] )

Parameters

Name Type Optional Default Descripton
sText String checked Untitled Text to show on the button
oIcon BiImage checked Icon to show on the button

Properties

Name Type get set Descripton
checked Boolean checked checked Returns whether the parent BiAccordionPage is the currently expanded page.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks