-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support routing with Webix layout #3
Comments
Hi Jonas, Thanks for the offer to help; PRs would be appreciated. As for where exactly to contribute the code, I hope that @mkozhukh will help unify the repositories. Right now we have three repos:
My suggestions:
@mkozhukh, what do you think? |
I think the pro version of Webix has more features and the additional components (pivot table etc.). I'm not sure if the additional features are stripped out from the webix-hub/tracker repository. So I would suggest to have a separate Webix wrapper package and one or more additional Webix Meteor integration packages that depend on the Webix wrapper package. I've done this structure for the current project I work on already: @mkozhukh Is the https://github.com/webix-hub/webix-meteor-example also under MIT license? The license is missing right now. |
@sanjo: good point re. the Pro version. This repo is indeed structured to include Webix and the adapter as two submodules, and a Pro user could overwrite If the webix-meteor proxy adapter needs any extra code for the Pro widgets, that code could still go in the same adapter file, since it will be relatively very small by comparison to the size of the library itself (unless the adapter code somehow needs any part of the Pro version to be already instantiated, which I doubt is the case). In any case, we can at least unify webix-meteor-data and webix-meteor-example, since the latter includes everything in the former, and fixes the example. |
I'm agree about merging webix-meteor-data and webix-meteor-example in this repo.
Yes. All projects except of main Webix repo are under MIT license. I will update readme files to make it clear.
While PRO version has some extra widgets it uses the same code for data loading as GPL version. There will be no need for PRO-related modifications in data-adapter. |
About "routing with Webix layout" As far as I can see there are two possible solution:
|
Hi Dan,
just wanted to let you know that I currently look for a solution for that. I can contribute the solution to this repository if you like.
What I have done:
{{> Router}}
for iron:routerThe text was updated successfully, but these errors were encountered: