2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-07-30 13:24:29 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2014-10-08 11:46:11 +02:00
parent 17987b339c
commit cf4a1f41cb

View File

@ -15,6 +15,7 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
klass: window.ColorPicker,
input: elm,
patch: elm,
init: function(elm){}, // initialization callback (before colorPicker gets initialized though)
// animationSpeed: 200, will be supported soon
// draggable: true,
multipleInstances: false
@ -25,4 +26,4 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
renderCallback: renderCallback
// and all other options from color and colorPicker
});
```
```