accordion
Type: Component
File: ui/accordion.js
Based on:
layout
,
view
,
Settings
,
Destruction
,
EventSystem
Included in:
Methods
attachEvent
- attach custom handler to inner event
blockEvent
- purpose is unknown
callEvent
- calls inner event
define
- sets configuration property or a hash of properties
destructor
- destructs the object
detachEvent
- detach custom code from handler
getNode
- gets html object of a view
getParent
- gets a parent view
hasEvent
- checks whether a component has an event
mapEvent
- route events from one object to another
reconstruct
- rebuild layout
replace
- replaces one view with another
resize
- recalculates and adjusts view sizes
show
- shows a view
unblockEvent
- purpose is unknown
Events
Doesn't have any
Properties
multi
- enables/disables mode when several items can be visible at once
type
- unknown
rows
- array of views arranged vertically
cols
- array of views arranged horizontally
container
- html container or its id where view needs being initialized
id
- view id
css
- class name for view container
width
- view width
height
- view height
gravity
- view gravity (1 by default)