{"id":15013325,"url":"https://github.com/dandv/meteor-webix","last_synced_at":"2025-04-03T03:09:36.292Z","repository":{"id":26598776,"uuid":"30053656","full_name":"dandv/meteor-webix","owner":"dandv","description":"Meteor.js - Webix UI integration","archived":false,"fork":false,"pushed_at":"2016-09-13T22:56:08.000Z","size":138,"stargazers_count":339,"open_issues_count":14,"forks_count":38,"subscribers_count":97,"default_branch":"master","last_synced_at":"2025-03-24T08:24:40.201Z","etag":null,"topics":["javascript","meteor","webix","webix-ui"],"latest_commit_sha":null,"homepage":"https://atmospherejs.com/webix","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dandv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-30T03:09:14.000Z","updated_at":"2024-08-18T01:32:14.000Z","dependencies_parsed_at":"2022-09-01T15:01:16.387Z","dependency_job_id":null,"html_url":"https://github.com/dandv/meteor-webix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandv%2Fmeteor-webix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandv%2Fmeteor-webix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandv%2Fmeteor-webix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandv%2Fmeteor-webix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dandv","download_url":"https://codeload.github.com/dandv/meteor-webix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927835,"owners_count":20856198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","meteor","webix","webix-ui"],"created_at":"2024-09-24T19:44:05.845Z","updated_at":"2025-04-03T03:09:36.267Z","avatar_url":"https://github.com/dandv.png","language":"JavaScript","readme":"# Meteor.js - Webix UI integration\n\nThis is work in progress on integrating [Meteor.js](http://meteor.com),\nthe best full-stack JavaScript framework (see [why](http://wiki.dandascalescu.com/essays/why_meteor))\nand [Webix](http://webix.com), arguably the best UI widgets library (see an\n[extensive comparison on StackOverflow](http://stackoverflow.com/questions/200284/what-are-alternatives-to-extjs)).\n\nStay tuned by clicking **Watch**/**Star** on GitHub.\n\n\n## Webix standalone admin app demo\n\n[![Webix admin app demo screenshot](Webix-admin_app.png)](http://webix.com/demos/admin-app/#!/app/dashboard)\n\n\n## Meteor-Webix Demo\n\n* [CRUD example](http://webix.meteor.com) • [source](examples/crud) • [Meteor DevShop talk](http://slides.com/dandv/build-great-meteor-uis-without-html)\n* Examples from the Webix team: [Meteor-centrix example](https://github.com/webix-hub/webix-meteor-example), [Webix-centric example](https://github.com/webix-hub/webix-meteor-example)\n\n\n## Usage\n\nGet started by adding the `webix:webix` package and a skin. For example, to add the default skin:\n\n    meteor add webix:webix\n    meteor add webix:skin-flat\n    \nIf you use Font Awesome icons, or have [sortable tables or other UI components that need Font Awesome icons](https://github.com/webix-hub/tracker/issues/223), install Font Awesome as well:\n\n    meteor add fortawesome:fontawesome\n\nUse Meteor collections as usual and simply specify `webix.proxy('meteor', Collection|Cursor)` for the\n`url` and `save` properties of the component:\n\n```js\nMovies = new Mongo.Collection('movies');\n\nwebix.ui({\n  view: 'datatable',\n  autoconfig: true,\n  editable: true,\n  url:  webix.proxy('meteor', Movies.find()),\n  save: webix.proxy('meteor', Movies)\n});\n```\n\n### Learn more\n\n* [Webix Quickstart](http://webix.com/quick-start) - interactive tutorial\n* [Getting started with Webix](http://docs.webix.com/desktop__getting_started.html) - documentation\n* [webix-meteor-data README](https://github.com/dandv/webix-meteor-data) - the Meteor - Webix adapter\n* [webix on GitHub](https://github.com/webix-hub/tracker)\n\n\n## What works\n\n* package tests (font loading via skins, visual check)\n* load and save data to/from reactive DataTable, List, and other widgets backed by\n  [linear](http://docs.webix.com/desktop__dynamic_loading.html) data structures\n\n\n## Needs testing\n\n* paging\n* dynamic data loading\n* hierarchical widgets (Tree, TreeTable)\n\n\n## TODO\n\n* clean up and [merge the disparate Webix repos](https://github.com/dandv/meteor-webix/issues/3#issuecomment-75139155)\n* map nested objects onto Webix forms ([#10](https://github.com/dandv/meteor-webix/issues/10))\n* client-side error messages on failed server operations via Collection.deny\n* review\n  * Webix wrapper for Meteor/Blaze reactive templates\n  * routing\n* persist order of List/DataTable elements reordered via drag-and-drop (similar to\n  [rubaxa:sortable](https://atmospherejs.com/rubaxa/sortable))\n* reactive [Multiview](http://docs.webix.com/desktop__multiview.html), similar to\n  [templates:tabs](https://atmospherejs.com/templates/tabs)\n\n\n# Licensing\n\nMeteor package author: Dan Dascalescu ([@dandv](http://github.com/dandv))\n\nAcknowledgments: the Webix team, and especially Maksim Kozhukh ([@mkozhukh](https://github.com/mkozhukh)) - the developers of the [webix-meteor-data adapter](https://github.com/webix-hub/webix-meteor-data).\n\nWebix is (C) 2013-2015 XB Software and is available under commercial and\n[GPLv3 licenses](http://forum.webix.com/discussion/2114/webix-gpl-as-ui-on-commercial-server). A [license exemption for non-GPL software](http://forum.webix.com/discussion/4023/does-an-open-source-app-that-uses-webix-have-to-become-gpl-licensed) is being worked on.\n\nThis Webix package for Meteor is published under the MIT license.\n\nThe MIT License (MIT)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdandv%2Fmeteor-webix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdandv%2Fmeteor-webix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdandv%2Fmeteor-webix/lists"}