search

goog.ui.AnimatedZippy

Provided By
Extends
All Implemented Interfaces

Zippy widget. Expandable/collapsible container, clicking the header toggles the visibility of the content.

new AnimatedZippy( header, content, opt_expanded, opt_domHelper, opt_role )

Parameters
header(Element|string|null)

Header element, either element reference, string id or null if no header exists.

content(Element|string|null)

Content element, either element reference or string id.

opt_expandedboolean=

Initial expanded/visibility state. Defaults to false.

opt_domHelper(goog.dom.DomHelper|null)=

An optional DOM helper.

opt_rolegoog.a11y.aria.Role=

ARIA role, default TAB.

Instance Methods

Instance Properties