How to support multi instance - smart editor widget

568
0
08-03-2017 07:17 PM
Than_HtetAung
New Contributor III

Hi Guys,

I would like to check how to support multi instance for smart editor widget. One of the customers want to create multiple instances for multiple feature classes.

I tried below like -

1. in manifest.json - supportMultiInstance : true

2. in widget.js - onclose event, this.destroyrecursive() to destroy the widget, but it seems to be the widget instance is not destroyed completely and jimu widget manager can still find this widget.

I think, I need to do additional coding for it.

Best Regards,

Than

0 Replies