Implement serverside and client side validatation
This commit is contained in:
25
library/server/wsf_html/webcontrol/wsf_password_control.e
Normal file
25
library/server/wsf_html/webcontrol/wsf_password_control.e
Normal file
@@ -0,0 +1,25 @@
|
||||
note
|
||||
description: "Summary description for {WSF_PASSWORD_CONTROL}."
|
||||
author: ""
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
WSF_PASSWORD_CONTROL
|
||||
|
||||
inherit
|
||||
|
||||
WSF_INPUT_CONTROL
|
||||
|
||||
create
|
||||
make_password
|
||||
|
||||
feature {NONE}
|
||||
|
||||
make_password (n: STRING; v: STRING)
|
||||
do
|
||||
make_input (n, v)
|
||||
type := "password"
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user