Skip to content

Commit

Permalink
removed duplicate width option from the accordion docs. (thanks Garri…
Browse files Browse the repository at this point in the history
…ck Cheung)
  • Loading branch information
kassens committed Jan 29, 2009
1 parent 696a5f4 commit 44e0c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docs/Interface/Accordion.md
Expand Up @@ -28,12 +28,11 @@ The Accordion class creates a group of Elements that are toggled when their hand
* display - (*integer*: defaults to 0) The index of the element to show at start (with a transition). * display - (*integer*: defaults to 0) The index of the element to show at start (with a transition).
* show - (*integer*: defaults to 0) The index of the element to be shown initially. * show - (*integer*: defaults to 0) The index of the element to be shown initially.
* height - (*boolean*: defaults to true) If set to true, a height transition effect will take place when switching between displayed elements. * height - (*boolean*: defaults to true) If set to true, a height transition effect will take place when switching between displayed elements.
* width - (*boolean*: defaults to false) If set to true, a width transition will take place when switching between displayed elements. * width - (*boolean*: defaults to false) If set to true, it will add a width transition to the accordion when switching between displayed elements. Warning: CSS mastery is required to make this work!
* opacity - (*boolean*: defaults to true) If set to true, an opacity transition effect will take place when switching between displayed elements. * opacity - (*boolean*: defaults to true) If set to true, an opacity transition effect will take place when switching between displayed elements.
* fixedHeight - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed height. * fixedHeight - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed height.
* fixedWidth - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed width. * fixedWidth - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed width.
* alwaysHide - (*boolean*: defaults to false) If set to true, it will be possible to close all displayable elements. Otherwise, one will remain open at all time. * alwaysHide - (*boolean*: defaults to false) If set to true, it will be possible to close all displayable elements. Otherwise, one will remain open at all time.
* width - (*boolean*: defaults to false) If set to true, it will add a width transition to the accordion. Warning: css mastery is required to make this work!


### Returns: ### Returns:


Expand Down

0 comments on commit 44e0c7e

Please sign in to comment.