Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/webix-netmvc-demo
.Net MVC demo for Webix UI
https://github.com/webix-hub/webix-netmvc-demo
net-mvc webix webix-backend
Last synced: about 1 month ago
JSON representation
.Net MVC demo for Webix UI
- Host: GitHub
- URL: https://github.com/webix-hub/webix-netmvc-demo
- Owner: webix-hub
- License: gpl-3.0
- Created: 2014-01-22T21:39:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T09:20:19.000Z (over 7 years ago)
- Last Synced: 2024-04-09T21:15:13.188Z (9 months ago)
- Topics: net-mvc, webix, webix-backend
- Language: JavaScript
- Homepage: https://webix.com
- Size: 1.61 MB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webix demo for .Net MVC
This package shows how Webix can be used with .Net MVC backend.
There are 3 major cases:
- Loading data into data components (list, datatable, chart, etc. )
- Loading data in hierarchical components (tree, treetable, etc.)
- Working with formsFor data loading the server must provide a GET handler which returns a collection of JSON objects (a single JSON object in case of the form )
For data saving, a common REST pattern is used. Rest handlers must return a valid JSON object with optional ID value.
### Check also
- [PHP (Lumen | Laravel) samples](//github.com/webix-hub/webix-php-lumen-demo)
- [NodeJS (Express) samples](//github.com/webix-hub/webix-nodejs-demo)## License
[MIT license](http://opensource.org/licenses/MIT)