This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Showing
24 changed files
with
2,920 additions
and
1,402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
language: node_js | ||
|
||
env: | ||
global: | ||
- HOT_BRANCH=master | ||
- HOT_FOREIGN_TRIGGER=false | ||
|
||
sudo: false | ||
|
||
node_js: | ||
- '6' | ||
|
||
before_script: | ||
- export TZ=Europe/Warsaw | ||
- chmod ugo+x test/scripts/run-customized-tests.sh | ||
|
||
script: | ||
- 'if [ ${HOT_FOREIGN_TRIGGER} = "true" ]; then ./test/scripts/run-customized-tests.sh; else npm run test; fi' | ||
|
||
notifications: | ||
email: false | ||
slack: | ||
secure: YtX81hxveNr5fLNQVRvjLXtEny2B7G0pv1W6L33a5Kk0h0ifWt69EnGT9NNy45TPgKQ+pfI42bSoOORxmwGJ7ebwq+CCzvc4mVLur+ASzTSNSILDt/4O05Q1eQc+5RQDbmixwXmVsxRtrwQcoONsNPcdLa7cC94TgPki49ZLibyejrR4nkE0Vz1YO0KR/tRqKStAcsvr/xMHteEDExvtCRTb4aDUqEKBdgSY2F4Hobw1gqpX/tnNKI4AOOW4exNZLxfQaQ64D5x3kPp3AFV2uuya+RyzhZvAS6pPehhhDu/cagOaVTgY8mvDcJNEapfwnk5fH5E5MJA7pHBH+QKCeYI6zSE/d3AUTsji3gj10hdTw0R05lOAvZS4J+LFfqo/8eO0/POaqZ05RwgvYjS5gJWMDDG/ulz9P6zVSP2d1UctLzpa+h8j5cGn/vggtO79XL4SPM6HOMVFgWF3Emjhp7PxU4GkqbhLorzV1I38vC44rmbKNelTaN9n51vQWU02PWCAAjd/gE6O84+T0IvOoiF+fZvkPhLheY9L1GNfJZypKgp4po2scQqv5HmAETYEislSMboChwl77am4AVwsIlc8SJOPk3/0oMRvcnNBkVUdi3kHvQ900DDRh9ohzKM+sNO3tkK95/tHgqkz3q5/tCI1N1QdfU03oVC0nBueAzU= |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ If you are looking for an open source version, head to [Handsontable Community E | |
<br/> | ||
|
||
### Installation | ||
There are many ways to install Handsontable Pro but we suggest using npm: | ||
There are many ways to install Handsontable Pro, but we suggest using npm: | ||
``` | ||
npm install handsontable-pro | ||
``` | ||
|
@@ -126,18 +126,18 @@ Handsontable Pro comes with wrappers and directives for most popular frameworks: | |
<br/> | ||
|
||
### Support | ||
Handsontable Pro is supported on a commercial basis. All the suggestions and issues should be reported to [email protected]. | ||
Handsontable Pro is supported on a commercial basis. All the suggestions and issues should be sent to [email protected]. | ||
|
||
<br/> | ||
|
||
### Pricing | ||
Go to the [pricing page](//handsontable.com/pricing.html) in order to purchase a new license or to renew a maintenance plan. | ||
The [pricing page](//handsontable.com/pricing.html) lists all pricing info, and contains links to purchase a new license, or to renew a maintenance plan. | ||
|
||
<br/> | ||
|
||
### License key | ||
Handsontable Pro requires passing a valid license key in the configuration section. | ||
You can find a purchased license key at your account at [my.handsontable.com](//my.handsontable.com/sign-in.html). | ||
You can find your purchased license key in your account at [my.handsontable.com](//my.handsontable.com/sign-in.html). | ||
|
||
An example of what the configuration object should look like: | ||
|
||
|
@@ -150,11 +150,11 @@ hot = new Handsontable(container,{ | |
}); | ||
``` | ||
|
||
**Note that the license key is passed as a string so you need to wrap it with quotes ('').** | ||
**Note that the license key is passed as a string so you need to wrap it in quotes ('').** | ||
|
||
<br/> | ||
|
||
### License | ||
Handsontable Pro is released under a commercial license. [Learn more](//docs.handsontable.com/pro/tutorial-licensing.html) | ||
|
||
Copyrights belong to Handsoncode sp. z o.o. | ||
Copyright belong to Handsoncode sp. z o.o. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.