From d41f572e1127b5ae2e10368c6f5aebc67934ee27 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 15 Jan 2020 14:58:54 +0300 Subject: [PATCH 01/10] Update README.md --- README.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ea9c7..ad7f403 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,77 @@ -## DHTMLX Widgets + React +

+ +

+ + +# DHTMLX Widgets + React + +[![npm: v.6.3.1](https://img.shields.io/badge/npm-v.6.3.1-blue)](https://www.npmjs.com/package/dhx-suite) +[![npm: v.1.4.1](https://img.shields.io/badge/npm-v.1.4.1-green)](https://www.npmjs.com/package/dhx-pivot) +[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) In most samples DHTMLX Widgets are loaded through NPM that provides limited (GPL) version of components. For production you should use the PRO version. There are also samples where DHTMLX Widgets are loaded from CDN. `cdn.dhtmlx.com` serves limited (GPL) version of components. For production use your own CDN / file server. + ## Development server To run the app in the development mode, run `npm start` in the project directory. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + + +## Examples + +- [Calendar](https://dhtmlx.github.io/react-widgets/#/calendar) + +- [Chart](https://dhtmlx.github.io/react-widgets/#/chart) + +- [Colorpicker](https://dhtmlx.github.io/react-widgets/#/colorpicker) + +- [Combobox](https://dhtmlx.github.io/react-widgets/#/combobox) + +- [Dataview](https://dhtmlx.github.io/react-widgets/#/dataview) + +- [Form](https://dhtmlx.github.io/react-widgets/#/form) + +- [Grid](https://dhtmlx.github.io/react-widgets/#/grid) + +- [List](https://dhtmlx.github.io/react-widgets/#/list) + +- [Menu](https://dhtmlx.github.io/react-widgets/#/menu) + +- [Message](https://dhtmlx.github.io/react-widgets/#/message) + +- [Popup](https://dhtmlx.github.io/react-widgets/#/popup) + +- [Ribbon](https://dhtmlx.github.io/react-widgets/#/ribbon) + +- [Sidebar](https://dhtmlx.github.io/react-widgets/#/sidebar) + +- [Slider](https://dhtmlx.github.io/react-widgets/#/slider) + +- [Tabbar](https://dhtmlx.github.io/react-widgets/#/tabbar) + +- [Timepicker](https://dhtmlx.github.io/react-widgets/#/timepicker) + +- [Toolbar](https://dhtmlx.github.io/react-widgets/#/toolbar) + +- [Tree](https://dhtmlx.github.io/react-widgets/#/tree) + +- [Window](https://dhtmlx.github.io/react-widgets/#/window) + + +- [Pivot](https://dhtmlx.github.io/react-widgets/#/pivot) + + +## Support + +Star our GitHub repo :star: + +Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: + +Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: + +Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: + +Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: From 472f21f6c280f57143670b4a289689ae2474ab69 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 15 Jan 2020 17:08:11 +0300 Subject: [PATCH 02/10] Update README.md --- README.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad7f403..dddc290 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,24 @@ # DHTMLX Widgets + React +[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![npm: v.6.3.1](https://img.shields.io/badge/npm-v.6.3.1-blue)](https://www.npmjs.com/package/dhx-suite) -[![npm: v.1.4.1](https://img.shields.io/badge/npm-v.1.4.1-green)](https://www.npmjs.com/package/dhx-pivot) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +[dhtmlxSuite](https://dhtmlx.com/docs/products/dhtmlxSuite/) is a JavaScript UI library used for building data-intensive apps of any complexity. It consists of 20+ widgets that can be used in a React app. + +[![suite-demo](https://dhtmlx.com/docs/products/dhtmlxSuite/images/Demo_2@2.png)](https://dhtmlx.com/docs/products/demoApps/dhtmlxFileExplorerDemo/) + +[View more demo >](https://dhtmlx.com/docs/products/demoApps/dhtmlxDashboard/) + +## Getting Started + In most samples DHTMLX Widgets are loaded through NPM that provides limited (GPL) version of components. For production you should use the PRO version. There are also samples where DHTMLX Widgets are loaded from CDN. `cdn.dhtmlx.com` serves limited (GPL) version of components. For production use your own CDN / file server. -## Development server +### Development server To run the app in the development mode, run `npm start` in the project directory. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. @@ -61,9 +69,6 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - [Window](https://dhtmlx.github.io/react-widgets/#/window) -- [Pivot](https://dhtmlx.github.io/react-widgets/#/pivot) - - ## Support Star our GitHub repo :star: @@ -75,3 +80,14 @@ Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: + + +## License + +[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + + +## Useful links + +- [Online documentation](https://docs.dhtmlx.com/) +- [Support forum](https://forum.dhtmlx.com/c/suite6) From c975eb21b53a15163ac523abe0db9efc48ed0e73 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 5 Feb 2020 10:43:52 +0300 Subject: [PATCH 03/10] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dddc290..0a06b40 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ # DHTMLX Widgets + React [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) -[![npm: v.6.3.1](https://img.shields.io/badge/npm-v.6.3.1-blue)](https://www.npmjs.com/package/dhx-suite) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) [dhtmlxSuite](https://dhtmlx.com/docs/products/dhtmlxSuite/) is a JavaScript UI library used for building data-intensive apps of any complexity. It consists of 20+ widgets that can be used in a React app. From e503e8be04d82802f2eee9bace9ca637f7289a7e Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 28 Feb 2020 16:59:45 +0300 Subject: [PATCH 04/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a06b40..4ba824c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - [Window](https://dhtmlx.github.io/react-widgets/#/window) -## Support +## Support Us Star our GitHub repo :star: From 9e5562c45ac38cc265cdd0782d28fae0b4eaf184 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 28 Feb 2020 17:07:39 +0300 Subject: [PATCH 05/10] Update README.md --- README.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4ba824c..ea377f1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -[dhtmlxSuite](https://dhtmlx.com/docs/products/dhtmlxSuite/) is a JavaScript UI library used for building data-intensive apps of any complexity. It consists of 20+ widgets that can be used in a React app. - -[![suite-demo](https://dhtmlx.com/docs/products/dhtmlxSuite/images/Demo_2@2.png)](https://dhtmlx.com/docs/products/demoApps/dhtmlxFileExplorerDemo/) - -[View more demo >](https://dhtmlx.com/docs/products/demoApps/dhtmlxDashboard/) ## Getting Started @@ -68,25 +63,25 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - [Window](https://dhtmlx.github.io/react-widgets/#/window) -## Support Us +## License -Star our GitHub repo :star: +[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: -Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: +## Useful links -Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: +- [Online documentation](https://docs.dhtmlx.com/) +- [Support forum](https://forum.dhtmlx.com/c/suite6) -Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: +## Support Us -## License +Star our GitHub repo :star: -[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: +Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: -## Useful links +Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: -- [Online documentation](https://docs.dhtmlx.com/) -- [Support forum](https://forum.dhtmlx.com/c/suite6) +Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: From 480a420c6aa99da73b8bcbe68cd80f04017d71b1 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 6 Mar 2020 10:30:28 +0300 Subject: [PATCH 06/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea377f1..0fcffd5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +[![react-widgets](https://files.dhtmlx.com/30d/48ac0c790f897110f1629b7ed3d88dd4/Suite@2x.png)](https://dhtmlx.github.io/react-widgets/#/) ## Getting Started From 96290f89b419d7e21886ee1ffdacf6ced71fb573 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 6 Mar 2020 10:34:45 +0300 Subject: [PATCH 07/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcffd5..e056dd7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -[![react-widgets](https://files.dhtmlx.com/30d/48ac0c790f897110f1629b7ed3d88dd4/Suite@2x.png)](https://dhtmlx.github.io/react-widgets/#/) +[![react-widgets](https://asana-user-private-us-east-1.s3.amazonaws.com/assets/303839985970/1164838378025351/39d90b0a28d49beecdb0c4a22ec34fe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAV34L4ZY4E4PX3T47%2F20200306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200306T073359Z&X-Amz-Expires=120&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEK%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXVzLWVhc3QtMSJHMEUCIQDoyol0eP%2Bfzsr92xBl1IHN4uUwswwhQ3N8eqD43iUTpAIgQdx4jKV2BSZcP3vRU1uICgQ96PK6U9WCG8yMG%2FdWU6cqvQMIiP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw0MDM0ODM0NDY4NDAiDB7mFoBSD1rZjlam1SqRAxHLSGnARBcqRZMuL0%2BiwQ2C9EB%2BMtuHFVNrQw5qoYR9FryekQM3HYEZH%2B4JRBl7Sa6UxUJJBszpdMFa3KEnOIDcGk7spXzVR9XVRl26Y%2FDsbr9lvFOQ30ZGCzRJ5KQKJ58LrJALDzjQUe6XhXuzjYeBn%2BHuNAkBnTie%2FDdfbl%2FBJqaQUQ7QEa7QebCRRjLpgg7Vh9tP78ZqI3Ame37hEWF%2F6ZR3hR9Y04A9nt0KcU%2B2Xd9PMSqI5Q%2BHyP2iYqKwebdemge3wy%2BgtRuZopEK0USCXR2Lt4P9CpXsULNArm9Ws%2BfcgJT8HlEC6d55olZM0r6NGV7J9t2K4Bty9W%2BY0oXb1Zse3suOwxn72rzszvZrldTpMmupNwi9RMIJWtSfJj4iD6OhmWe8jrTmhXcATYuNmO2%2Fn88By1qWCbqAUl2MzFQ1wCtAhyyBK9gYO3Iw7NuWS%2BgQiyOoPks0x%2FlPnX3W8gL5qFAjcmFFsO8uIlykILAqPTmt2pZlv9Q8a0xgdlc%2F%2BNAgztHIAKNPoSYDLHHKMPPph%2FMFOusB8IFNqwiEZ%2FzJ9jhjy6jqDi6N9h%2F%2BQo7GHVX%2FmujcUfr4CgJJQtnn1BZwV%2FlPc8SJ0V0Ju3xoUYvijRyQev4SLcHUMAnZKXaDrRPOIXuhPl3Jl%2Fsi9knWyK1rHuV%2F2nOsBHU%2FXu74NQAaiQV6IBIoigx2G8lEoc9O9RK48a800Jb2n4idIFk5BvwAEHCYWKd4kGyYew7ra68qzUKOKj9tALX2fsRMkWkpFSSaoTE17qyUEq5MDLUeIQhfHtrO4BSJrbvBMUjahzJRT88lZZtmG7fYaHAr%2FvLpSSfvJCo%2FCPUXm6SdxXPJuqOmQg%3D%3D&X-Amz-Signature=e05353de07cc3719b67ac234722220f75c94f86067263d605bad4756799108e0&X-Amz-SignedHeaders=host#_=_)](https://dhtmlx.github.io/react-widgets/#/) ## Getting Started From fb57949fdde2b67b8fb5d28b3cfadd8dda84c9b3 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 6 Mar 2020 11:12:02 +0300 Subject: [PATCH 08/10] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e056dd7..c0386f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

@@ -8,7 +8,7 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -[![react-widgets](https://asana-user-private-us-east-1.s3.amazonaws.com/assets/303839985970/1164838378025351/39d90b0a28d49beecdb0c4a22ec34fe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAV34L4ZY4E4PX3T47%2F20200306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200306T073359Z&X-Amz-Expires=120&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEK%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXVzLWVhc3QtMSJHMEUCIQDoyol0eP%2Bfzsr92xBl1IHN4uUwswwhQ3N8eqD43iUTpAIgQdx4jKV2BSZcP3vRU1uICgQ96PK6U9WCG8yMG%2FdWU6cqvQMIiP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw0MDM0ODM0NDY4NDAiDB7mFoBSD1rZjlam1SqRAxHLSGnARBcqRZMuL0%2BiwQ2C9EB%2BMtuHFVNrQw5qoYR9FryekQM3HYEZH%2B4JRBl7Sa6UxUJJBszpdMFa3KEnOIDcGk7spXzVR9XVRl26Y%2FDsbr9lvFOQ30ZGCzRJ5KQKJ58LrJALDzjQUe6XhXuzjYeBn%2BHuNAkBnTie%2FDdfbl%2FBJqaQUQ7QEa7QebCRRjLpgg7Vh9tP78ZqI3Ame37hEWF%2F6ZR3hR9Y04A9nt0KcU%2B2Xd9PMSqI5Q%2BHyP2iYqKwebdemge3wy%2BgtRuZopEK0USCXR2Lt4P9CpXsULNArm9Ws%2BfcgJT8HlEC6d55olZM0r6NGV7J9t2K4Bty9W%2BY0oXb1Zse3suOwxn72rzszvZrldTpMmupNwi9RMIJWtSfJj4iD6OhmWe8jrTmhXcATYuNmO2%2Fn88By1qWCbqAUl2MzFQ1wCtAhyyBK9gYO3Iw7NuWS%2BgQiyOoPks0x%2FlPnX3W8gL5qFAjcmFFsO8uIlykILAqPTmt2pZlv9Q8a0xgdlc%2F%2BNAgztHIAKNPoSYDLHHKMPPph%2FMFOusB8IFNqwiEZ%2FzJ9jhjy6jqDi6N9h%2F%2BQo7GHVX%2FmujcUfr4CgJJQtnn1BZwV%2FlPc8SJ0V0Ju3xoUYvijRyQev4SLcHUMAnZKXaDrRPOIXuhPl3Jl%2Fsi9knWyK1rHuV%2F2nOsBHU%2FXu74NQAaiQV6IBIoigx2G8lEoc9O9RK48a800Jb2n4idIFk5BvwAEHCYWKd4kGyYew7ra68qzUKOKj9tALX2fsRMkWkpFSSaoTE17qyUEq5MDLUeIQhfHtrO4BSJrbvBMUjahzJRT88lZZtmG7fYaHAr%2FvLpSSfvJCo%2FCPUXm6SdxXPJuqOmQg%3D%3D&X-Amz-Signature=e05353de07cc3719b67ac234722220f75c94f86067263d605bad4756799108e0&X-Amz-SignedHeaders=host#_=_)](https://dhtmlx.github.io/react-widgets/#/) +[![react-widgets](https://drive.google.com/drive/u/1/folders/1dk1FtVlYF7KmvpJjRf_HvqM7VfgMiNuG)](https://dhtmlx.github.io/react-widgets/#/) ## Getting Started @@ -75,7 +75,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - [Support forum](https://forum.dhtmlx.com/c/suite6) -## Support Us +## Follow Us Star our GitHub repo :star: From 9d52c5e9127115c39de329ec4419a0d761864308 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 6 Mar 2020 11:53:08 +0300 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0386f8..4b5b06d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -[![react-widgets](https://drive.google.com/drive/u/1/folders/1dk1FtVlYF7KmvpJjRf_HvqM7VfgMiNuG)](https://dhtmlx.github.io/react-widgets/#/) +[![react-widgets](https://raw.githubusercontent.com/plazarev/media/master/Suite%402x.png)](https://dhtmlx.github.io/react-widgets/#/) ## Getting Started From a3c4f80d073b809b55922a224c2ccd2c484cfb26 Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 6 Mar 2020 11:57:54 +0300 Subject: [PATCH 10/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5b06d..7f8b298 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +