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 | ||
| colorString | string | This is the import-parameter of the ColorPicker. As input-parameter, it can be a Hexadecimal string (#FFFFFF), a RGB-string rgb(255,255,255), a HSV-string hsv(360,100,100) or a CSS-colorname 'red'. As output-parameter it is a RGB-string containing the current color. |
(most important taken from: ColorPicker - SAPUI5 Demo Kit)
| Events | ||
| onColorChange | Value was changed. This event is fired if the value has changed by an user action. | |
Scripting Functions
| Scripts | Short Description |
|---|---|
void setColor( /** Color value */ String colorString) | Sets the color top be shown |
| String getColor() | Returns the picked color |
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 Examples for Basic SAP UI5 Components · KarolKalisz/DesignStudioBiAppRepository · 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!
