Skip to content

Commit

Permalink
Fix travis bades and npm links
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Apr 8, 2019
1 parent a926e2a commit 9d7d51c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://surveyjs.io/Licenses#BuildSurvey
[Survey Creator license](https://surveyjs.io/Licenses#BuildSurvey)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**survey.creator** is the visual survey creator / form builder for [SurveyJS](https://github.com/surveyjs/survey-library). It uses JSON to store the survey metadata.

[![Build Status](https://travis-ci.org/surveyjs/editor.svg?branch=master)](https://travis-ci.org/surveyjs/editor)
[![npm package](https://badge.fury.io/js/surveyjs-editor.svg)](https://www.npmjs.com/package/surveyjs-editor)
[![Build Status](https://travis-ci.org/surveyjs/survey-creator.svg?branch=master)](https://travis-ci.org/surveyjs/survey-creator)
[![npm package](https://badge.fury.io/js/surveyjs-survey-creator.svg)](https://www.npmjs.com/package/survey-creator)

## Download

Expand All @@ -10,7 +10,7 @@ Dowload the latest version as zip file [Download](https://github.com/surveyjs/su
Install the library using npm.

```
npm install surveyjs-editor
npm install survey-creator
```

Or use Azure CDN:
Expand Down
1 change: 1 addition & 0 deletions docs/Survey-Builder-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ You may review the [Remove properties](https://surveyjs.io/Examples/Builder/?id=


<div id="addproperties"></div>

## Add properties into SurveyJS Elements

You may add a new property into all question types, panel, page and survey. If you add a property into base type, like “question” then it will be available in all its successors. “questionbase” is base class for all questions and “question” is base class for all questions that has a value property. “html” question is derived from “questionbase” and not “question” type.
Expand Down

0 comments on commit 9d7d51c

Please sign in to comment.