| Property |
Description |
Example |
|---|---|---|
| XML File | The XML file which contains all component variables, if used the variables in the component inspector will be ignored. |
data/component.xml |
| Layout Style | Controls how the items are arranged on the stage. Possible values are Top Right, Top Left, Bottom Right, Bottom Left. | Top Left |
| Navigation Mode | Specifies the navigation mode. Possible values are Grid or Pyramid | Grid |
| Rows | Optional. Defines the number or rows. If the value is 0, the component will automatically choose the number of rows. | 4 |
| Columns | Optional. Defines the number or columns. If the value is 0, the component will automatically choose the numer of columns. | 3 |
| Preloader | Controls the preloader animation for thumbnails and large images. | true |
| Thumbnails | Defines the locations of the thumbnail images. | |
| Thumbnails Size | Specifies the width and height of the thumbnail image. The thumbnail image will be resized to these dimensions. | |
| Images | Defines the images locations. | 0 |
| Image Size | Specifies the width and height of the image. The image will be resized to these dimensions. | |
| Easing | Controls how the animation starts or ends. This is a string which specifies the easing equation. Possible values are easenone,linear,easeinquad,easeoutquad,easeinoutquad,easeoutinquad,easeincubic,easeoutcubic, |
100 |
| Zoom Speed | Controls the animation speed when items are opened and closed. The value is in miliseconds. The default value is 500. |
500 |
| Close onClick | Specifies whether the large image should close when clicked (true) or not (false). Note: If the large image is an interactive SWF, you should set Close onClick to false in order to allow mouse interactivity within the loaded SWF. |
true |
| Thumbnail Minimum Size | The minimum size that the thumbnails should decrease to. | 30 |