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

Reactive Webix Forms #10

Open
atlewee opened this issue Apr 16, 2015 · 0 comments
Open

Reactive Webix Forms #10

atlewee opened this issue Apr 16, 2015 · 0 comments

Comments

@atlewee
Copy link

atlewee commented Apr 16, 2015

Is it possible to use this package with Webix forms to directly read write to a meteor collection?
Trying to build a settings page/form without save/submit.

The fields should update sub attributes in the settings attribute.

Collection:

Doc1:
    name: "A",
    address: "Test"
    settings:
        setting1: "value1",
        setting2: "value2"

Doc2: 
    name: "B",
    address: "Test"
    settings:
        setting1: "value1",
        setting2: "value2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant