Purpose
A basic wrapper on SAPUI5 Component
Implementation
Simple wrapper as of today with some BIAL scripts on top.
Short Demo (as animated GIF)
Styles
no extra styles as of today
| Properties | ||
| editable | boolean | Using the slider interactively requires value "true". |
| max | float | Maximal value of the slider |
| min | float | Minimal value of the slider. |
| smallStepWidth | float | The grip can only be moved in steps of this width. |
| stepLabels | boolean | Display step numbers for the ticks on the slider. |
| totalUnits | int | Number of units that are displayed by ticks. The PageUp and PageDown keys navigate according to these units. |
| value | float | Current value of the slider. (Position of the grip.) |
| value2 | float | Current value of the second slider. (Position of the second grip.) |
| vertical | boolean | Orientation of slider |
| Events | ||
| onChange | The event is fired when the user has done a slide. | |
Scripting Functions
| Scripts | Short Description |
|---|---|
mainly getters and setters for all properties... |
|
Example Application
An Application with example can be downloaded at the BIAPP Repository:
- for direct example search in https://github.com/KarolKalisz/DesignStudioBiAppRepository/
- or download the ZIP and copy into local repository: Release New Components: Link & Range Slider · KarolKalisz/DesignStudioSdkPack · GitHub
Releases
Source Code & Licensing
This component is for free use. It is under the Open Source Apache Version 2.0 License.
Important MaintenanceNotice (... as I am SAP Employee)
The component is NOT delivered under SAP maintenance license.
You cannot claim any Support on this component from SAP!
The components are created on "private" basis - you can use them as is. I can modify, correct or improve - but there is no obligation to do it. Of course I will try to correct bugs or improve the component as long I can.
Have Fun!
