Merge branch 'widget_grid' into widget
Conflicts: examples/widgetapp/widget.coffee examples/widgetapp/widget.js
This commit is contained in:
@@ -12,7 +12,8 @@ inherit
|
||||
WSF_STATELESS_CONTROL
|
||||
|
||||
create
|
||||
make_control
|
||||
make_control,
|
||||
make_with_body
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
@@ -27,6 +28,13 @@ feature {NONE} -- Initialization
|
||||
content := ""
|
||||
end
|
||||
|
||||
make_with_body (t,attr,a_content: STRING)
|
||||
do
|
||||
make (t)
|
||||
attributes := attr
|
||||
content := a_content
|
||||
end
|
||||
|
||||
feature -- Rendering
|
||||
|
||||
render: STRING
|
||||
|
||||
Reference in New Issue
Block a user