Colorpiker V. 1.0 Documentation
Properties
| Name | Type | Description |
| align | String | Property indicates the direction of colorpiker panel
|
| bgColor | Number | A Hexadecimal Color value of the colorpiker background. |
| defaultColor | Number | A Hexadecimal Color value of the colorpiker |
| enable | Boolean | Property indicates whether the component is efficient (true) or not (false). the default value =true. |
| skinShadowColor | Number | A Hexadecimal Color value of the colorpiker skin shadow |
| textColor | Number |
A Hexadecimal Color value of the colorpiker text . |
Methods
| Name | Return Type | Description |
| getCurrenColor( ) | String | get string value for the current color of the colorpiker component . Example myTooltip.getCurrenColor(); |
Events
| Name | Return Value | Description |
| onColorSelected | type target |
Triggered when the colorpiker component completed color selection Example myColorpiker.onColorSelected= function(target_mc)
{ |