Bonjour
Je cherche à mettre en place au moment de l'édition un plugin de ce type colorpicker mais dont l’objectif est beaucoup plus modeste.
Au moment de l'édition, je veux faire apparaître la fenêtre en dessous de la cellule sélectionnée avec un template tout simple (un tableau de div avec des image).
<div id="style"><div class="row"><span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/1.png" alt="" onclick="alert(\'coucou\');" height="20" width="20" /></span><span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/2.png" height="20" width="20" /></span><span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/3.png" height="20" width="20" /></span></div><div class="row"><span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/4.png" height="20" width="20" /></span> <span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/5.png" height="20" width="20" /></span><span class="cell"><img src="js/mfbase/jquery/plugin/colorpicker/images/6.png" height="20" width="20" /></span> </div></div>
Avez-vous déjà vu ce type de code? Par quoi commencer? Quel sont vos conseils?
Merci de votre aide Tio
Partager