dojo / interop

Provides bindings and interoperability between Dojo packages and other libraries
Other
1 stars 14 forks source link

Create a widget adapter to use in Dojo 1 applications #17

Closed edhager closed 6 years ago

edhager commented 6 years ago

Create a new wrapper class that makes a Dojo 2 widget appear to be a Dojo 1 widget for use in a Dojo 1 application.

edhager commented 6 years ago

My work-in-progress is here: https://github.com/edhager/interop/tree/legacy-wrapper-meta-212

I created LegacyWidget () which is a Dojo 1 widget. Basic functionality is works. Things to consider:

edhager commented 6 years ago

We are no longer going with the approach.