Use render tag

This commit is contained in:
YNH Webdev
2013-09-05 15:33:56 +02:00
parent c50a46206d
commit fa35c22d2d
4 changed files with 25 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ feature
render: STRING
do
Result := "<input type=%"text%" data-name=%"" + control_name + "%" data-type=%"WSF_TEXT_CONTROL%" value=%"" + text + "%" />"
Result :=render_tag("","value=%"" + text + "%"")
end
set_text (t: STRING)