Implemented WSF_CHECKBOX_CONTROL, added id attribute to rendering of WSF_CONTROL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user