Peter Dematté

Results 56 comments of Peter Dematté

Hi @mscreenie , so if you need to deal with iFrames you might want to set an event listener in your iFrame as well: ``` javascript // make an instance...

Hi @fambo this is actually not a bug or something, this is just a missing feature ;o) tinyColorPicker does support multiple calls but only for the purpose of collecting queries...

@fambo , @FlashJunior , @dennisexozet , in your "renderCallback" you can have the following code to realize opacity / noOpacit: ``` javascript renderCallback: function($elm, toggled) { if (toggled) { //...

@fi5hbrains , Well, I think you did a good job there!! From the UX point of view though I would suggest that the color picker should not be responsible for...

Hi @eeevent thanks and good luck ;o) You could even clean up some repetitions: ``` javascript renderCallback: function($elm) { var colors = this.color.colors, rgb = colors.RND.rgb, $div = $('#div1'), colorText...

Hi @Someweb , ...and thanks for your interest. :) Can you name a case where you need more than one instance? There are not that many options you can set...

Hi @infomiho, could you please explain 'callbacks which should enable value retrieval' a bit more precise. I don't understand which values you need to retrieve and if, why you couldn't......

Hi @jwerre, I don't quite understand. I need more information about your problem. There is a lot people complaining about the lack of multiple instances although it's easy to simulate...

@jwerre, ...here is an idea: - This is your markup (jsut like in the demo but then with the `data-color` attribute): ``` html ``` - ...and that's your JS setup:...

@jwerre, well, I see the problem here. You need a decent reference to your instance and everything there is to do is hacky... For now I do have a solution...