Bonjour,
I create a plugin for CB. In my <plugin>.xml, I create a tab, and in this tab, I would create a field whith the type : select. How add value for select options : XS, S, M, L, XL ?
Code:
<cbinstall version="1.0" type="plugin" group="user">
.....
<tab name="Plg : Matériel" description="Gestion du club" >
<fields>
<field title="Taille" name="cb_materiel" description="Taille" type="select">
?????
</field>
</fields>
</tab>
</cbinstall>
Merci,
EJL
France
Sorry for my bad english !