Merge branch 'widget' of github.com:souvarin/EWF into widget
Conflicts: library/server/wsf_html/webcontrol/wsf_control.e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user