Change wsf control

This commit is contained in:
YNH Webdev
2013-09-05 14:48:19 +02:00
parent ae9952a941
commit 633243311d
2 changed files with 8 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ feature
render: STRING
do
Result := "<button data-name=%"" + control_name + "%" data-type=%"WSF_BUTTON_CONTROL%">" + text + "</button>"
Result := "<button data-name=%"" + control_name + "%" data-type=%"WSF_BUTTON_CONTROL%">" + generator + text + "</button>"
end
set_text (t: STRING)