Implemented WSF_CHECKBOX_CONTROL, added id attribute to rendering of WSF_CONTROL

This commit is contained in:
Severin Münger
2013-09-05 17:16:56 +02:00
parent edce18fb1f
commit f506d9e925
6 changed files with 93 additions and 12 deletions

View File

@@ -9,8 +9,6 @@ class
inherit
WSF_CONTROL
WSF_VALUE_CONTROL [STRING]
create
@@ -63,7 +61,7 @@ feature -- Implementation
render: STRING
do
Result := render_tag ("", "value=%"" + text + "%"")
Result := render_tag ("", "type=%"text%" value=%"" + text + "%"")
end
set_text (t: STRING)