-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DimitarD
committed
Apr 3, 2017
1 parent
8f6af35
commit 5b8dfbe
Showing
260 changed files
with
3,662 additions
and
3,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
Important: | ||
|
||
To run a sample that includes data binding, you must open it via "http://..." protocol since Ajax makes http requests. | ||
1. To run a sample that includes data binding, you must open it via "http://..." protocol since Ajax makes http requests. | ||
|
||
Please, run any sample on a Localhost or Web Server. | ||
|
||
2. Angular and React demos require the required node_modules to be installed. Within the "angular" and "react" folders, you will find a file called | ||
setup.bat. Double-click on it to automatically install the required node_modules. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. Run setup.bat to install the required modules. | ||
2. Run the demos on a Web Server or Localhost i.e the url should start with http://, not with file:// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
rd jqwidgets | ||
rd jqwidgets-ts | ||
rd node_modules | ||
rd build | ||
rd images | ||
rd sampledata | ||
md build | ||
md jqwidgets-ts | ||
md jqwidgets | ||
md images | ||
md sampledata | ||
xcopy /S /I ..\..\jqwidgets-ts jqwidgets-ts | ||
xcopy /S /I ..\..\jqwidgets jqwidgets | ||
xcopy /S /I ..\..\images images | ||
xcopy /S /I ..\..\scripts scripts | ||
xcopy /S /I ..\..\styles styles | ||
xcopy /S /I ..\sampledata sampledata | ||
|
||
npm install | ||
npm start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. Run setup.bat to install the required modules. | ||
2. Run the demos on a Web Server or Localhost i.e the url should start with http://, not with file:// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
rd jqwidgets-react | ||
rd node_modules | ||
rd build | ||
rd images | ||
rd styles | ||
rd scripts | ||
rd sampledata | ||
md build | ||
md images | ||
md scripts | ||
md styles | ||
md jqwidgets-react | ||
md sampledata | ||
xcopy /S /I ..\..\jqwidgets-react jqwidgets-react | ||
xcopy /S /I ..\..\images images | ||
xcopy /S /I ..\..\scripts scripts | ||
xcopy /S /I ..\..\styles styles | ||
xcopy /S /I ..\sampledata sampledata | ||
npm install | ||
npm start |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.