Changes between Initial Version and Version 2 of Ticket #10864
- Timestamp:
- Sep 16, 2013, 8:23:29 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10864
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #10864 – Description
initial v2 1 Currently we load all definition's properties to widget instance. We should only load `init` method and perhaps nothing more.1 Currently we load all definition's properties to widget instance. We should only load `init` method, `name` and perhaps nothing more. 2 2 3 3 In some places code tries to access widget.dialog property and so on, but this should be changed to widget.definition.dialog.