#892 closed enhancement (fixed)
[patch] RegexpTextbox validated widget
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
I found this necessary for my application to be able to strictly specify the format of values acceptable in my various form fields. This extends ValidationTextbox? and overrides the isValid method to pass the value through a supplied RegExp?.
Attachments (2)
Change History (8)
Changed 15 years ago by
Attachment: | RegexpTextbox.patch added |
---|
comment:1 Changed 15 years ago by
Cc: | [email protected]… added |
---|---|
Summary: | RegexpTextbox validated widget → [patch] RegexpTextbox validated widget |
comment:2 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
CLA on file, so it can be merged if the patch is still valid
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Owner: | changed from dylan to Adam Peller |
---|---|
Status: | assigned → new |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5427]) RegexpTextbox? patch from Michael Nachbaur <[email protected]…> (CLA on file) Fixes #892
Note: See
TracTickets for help on using
tickets.
Hi Mike. Can you file a CLA (http://www.dojotoolkit.org/icla.txt), and also update the testcase (test_Validate.html) to test this new functionality?
Thanks, Bill