PictureSlider Component
The PictureSlider component is a navigator that contains a sequence of children that it shows pictures in each item.
The PictureSlider component cannot be made accessible to screen readers.
Fixes In Version 2.1:
- Scrolling procedures and Scrolling event passes the direction scrolling
- Sizing of items BUG FIXED
- Rendering of items BUG FIXED
- Fliters of items BUG FIXED
New In Version 2.1:
- Focusing of the TAB key
- Arrow Key Selectings
- setStyle() method now excepts filters, alpha, border visibility, progressbar styling for items
- Margins of items inside control are now customizable(meaning you can control item sizes)
- New Events itemRollOver and itemRollOut
- Built-In Themes Added And Set With sliderTheme and list of themes with method .getThemeList()
- new in .setStyle() method = itemDimension, itemOverDimension, itemDownDimension - view in Styling PictureSlider
- new in .setStyle() method = itemBorderSize, itemOverBorderSize, itemDownBorderSize - view in Styling PictureSlider
- new in .setStyle() method = itemPictureHeight, itemPictureWidth - view in Styling PictureSlider
Keyboard Shortcuts are available inside Version 2.0 Listed Below:
- LEFT Keyboard Button = When pressed goes to the previous item from currently selected
- RIGHT Keyboard Button = When pressed goes to the next item from currently selected
- UP Keyboard Button = When pressed goes to the first item in the component
- DOWN Keyboard Button = When pressed goes to the last item in the component
- HOME Keyboard Button = When pressed goes to the first item in the component
- END Keyboard Button = When pressed goes to the last item in the component
*** Note: Only way keyboard shortcuts work is if focused with the tab button, otherwise they will not work and must use the mouse to select items