Changeset 798982
- Timestamp:
- 11/05/2013 05:24:13 AM (12 years ago)
- File:
-
- 1 edited
-
canto-testimonials/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canto-testimonials/trunk/README.txt
r798972 r798982 18 18 [canto_testimonials_slider] 19 19 20 = Attributes List: = 21 * count (int): Amount of Testimonials at slider. 22 `Default: 3` 20 = Attributes List: = 21 * count (int): Amount of Testimonials at slider. `Default: 3` 23 22 24 * fx (string): Type of transition between slides. 25 `Default: 'horizontal'` 26 `Options: 'horizontal', 'vertical', 'fade'` 27 * pager (bool): If 1 (true), a pager will be added. 23 * fx (string): Type of transition between slides. `Default: 'horizontal'` 24 `Options: 'horizontal', 'vertical', 'fade'` 25 * pager (bool): If 1 (true), a pager will be added. `Default: 0` 26 `Options: 0 - False` 27 `1 - True` 28 28 29 `Default: 0` 29 * auto (bool): If 1 (true), Slides will automatically transition. If 'hidecontrolonend' is 1 (true), This option not will be work. `Default: 0` 30 `Options: 0 - False` 31 `1 - True` 30 32 31 `Options: 0 - False` 32 33 `1 - True` 34 * auto (bool): If 1 (true), Slides will automatically transition. If 'hidecontrolonend' is 1 (true), This option not will be work. 35 36 `Default: 0` 37 38 `Options: 0 - False` 39 40 `1 - True` 41 42 * pause (int): The amount of time (in ms) between each auto transition. 43 44 `Default: 2000` 45 46 * speed (int): Slide transition duration (in ms). 47 48 `Default: 1000` 33 * pause (int): The amount of time (in ms) between each auto transition. `Default: 2000` 34 * speed (int): Slide transition duration (in ms). `Default: 1000` 49 35 50 36 * hidecontrolonend (bool): If 1 (true), "Next" control will be hidden on last slide and vice-versa.
Note: See TracChangeset
for help on using the changeset viewer.