Restructured validators, fixed form element rendering
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
note
|
||||
description: "Summary description for {WSF_PHONE_NUMBER_VALIDATOR}."
|
||||
author: ""
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
WSF_PHONE_NUMBER_VALIDATOR
|
||||
inherit
|
||||
WSF_VALIDATOR[STRING]
|
||||
create
|
||||
make
|
||||
|
||||
feature -- Implementation
|
||||
|
||||
validate(input:STRING):BOOLEAN
|
||||
do
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user