conteneur
options
imageOn
imageOff
imageOnHover
imageOffHover
callBack
Le code suivant
jsFF.add3dButtons('choix_menu', { imageOn : './on.gif', imageOff : './off.gif', imageOnHover : './on_hover.gif', imageOffHover : './off_hover.gif', callBack : function() { if (this.ref.checked) jsFF.message("Vous avez choisi le plat : " + this.ref.value); else jsFF.message("Vous avez renoncé au plat : " + this.ref.value); } });
Ce code plus simple
jsFF.add3dButtons('mode_paiement');