Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create separate view for each instance of widget class #1

Open
rohanjaswal2507 opened this issue Jun 16, 2016 · 1 comment
Open

Create separate view for each instance of widget class #1

rohanjaswal2507 opened this issue Jun 16, 2016 · 1 comment
Assignees
Labels

Comments

@rohanjaswal2507
Copy link
Owner

Right now, there is one major issue due to which creation of multiple instances of a single widget class is not possible. This is because every instance of a widget class has only one view defined using the define() function of requirejs.

So, some tweaks to define a separate view for each instance of the widget are required.

@rohanjaswal2507
Copy link
Owner Author

59e9084

Managed to create multiple instances of MSA widget. Will apply the same solution to other components as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant