Merge branch 'widget' of github.com:souvarin/EWF into widget

Conflicts:
	library/server/wsf_html/webcontrol/wsf_control.e
This commit is contained in:
YNH Webdev
2013-09-05 17:20:40 +02:00
6 changed files with 93 additions and 7 deletions

View File

@@ -91,7 +91,8 @@ feature
if not css_classes_string.is_empty then
css_classes_string := " class=%"" + css_classes_string + "%""
end
Result := "<" + tag_name + " data-name=%"" + control_name + "%" data-type=%"" + generator + "%" " + attributes + css_classes_string
Result := "<" + tag_name + " id=%"" + control_name + "%" data-name=%"" + control_name + "%" data-type=%"" + generator + "%" " + attributes + css_classes_string
if body.is_empty and not tag_name.is_equal("textarea") then
Result := Result + " />"
else