org.chenillekit.tapestry.core.components.SlidingPanel

diplays a panel that can open/close its content.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness.
closed boolean NOT Allow Null false prop show the panel initialy closed or open.
options String NOT Allow Null literal the panel options (e.g. {duration:2.5}). look at http://github.com/madrobby/scriptaculous/wikis/core-effects for possible values.
subject String NOT Allow Null literal the panel subject.

Informal parameters: supported


Back to index