Ticket #620 (new new feature)

Opened 5 months ago

Last modified 5 months ago

jforms : Liste de check box, bouton radio

Reported by: gunt Assigned to:
Priority: normal Milestone:
Component: jelix:forms Version: trunk
Severity: normal Keywords:
Cc: Php version:
Review: Hosting Provider:
Documentation needed: 0 Blocking:

Description

Possibilité de générer une liste de check box et bouton radio

Exemple :

Liste classique

<ul>
<li><label><input ...> mon choix</label></li>
<li><label><input ...> mon choix</label></li>
<li><label><input ...> mon choix</label></li>
</ul>

Liste numérotée

<ol>
<li><label><input ...> mon 1 choix</label></li>
<li><label><input ...> mon 2 choix</label></li>
<li><label><input ...> mon 3 choix</label></li>
</ol>

Change History

06/19/08 14:27:26 changed by bastnic

  • type changed from bug to new feature.
Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed