developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Last modified 9 years ago
#485 delayed enhancement
jforms: support of a filter attribute
Reported by: | laurentj | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jelix:forms | Version: | 1.0.2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
on some control, we could add a filter attribute, to specify a filter to apply on submitted data. For example, filter="strtolower".
Change History (5)
comment:1 Changed 10 years ago by laurentj
- Documentation needed set
- Milestone set to Jelix 1.2
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 years ago by laurentj
- Documentation needed unset
- Milestone Jelix 1.2 deleted
- Resolution fixed deleted
- Status changed from closed to reopened
oups, wrong ticket !
comment:3 Changed 9 years ago by laurentj
- Status changed from reopened to confirmed
comment:4 Changed 9 years ago by laurentj
- Status changed from confirmed to new
comment:5 Changed 9 years ago by laurentj
- Status changed from new to delayed
Note: See
TracTickets for help on using
tickets.
Done. Added the support of a new attribute "pattern", on <input> and <secret>. It should contain a regular expression, compatible with PHP and JS.
http://bitbucket.org/jelix/jelix-trunk/changeset/46dc931f0524