Files
EWF/library/server/wsf_html/webcontrol/wsf_form_control.e
2013-09-05 15:37:59 +02:00

30 lines
322 B
Plaintext

note
description: "Summary description for {WSF_FORM_CONTROL}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
WSF_FORM_CONTROL
inherit
WSF_MULTI_CONTROL
create
make_form_control
feature {NONE}
make_form_control (n: STRING)
do
make_multi_control (n)
tag_name := "form"
end
feature
end