CheckBox
"Nicolas Lafaury" <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello all
Is anyone knows if we can have checkbox in a containerList ?
For an example, this code create a select box.
<content:declareContainer>
<content:declareField name='<%="monStatutDossier"+containerId%>'
title="Statut Dossier"
type="SmallText"
value="<%=getMultivalues(listDossierName)%>"
/>
</content:declareContainer>
I want to use a checkbox to select multiple value.
Is it possible?
Thanks all
Nicolas