Skip to content

Commit 9f93a03

Browse files
committed
updated references to old @icebob repo
1 parent 966254b commit 9f93a03

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ VueFormGenerator is a schema-based form generator component for [Vue.js](https:/
77
## Demo
88

99
[JSFiddle simple example](https://jsfiddle.net/zoul0813/d8excp36/)
10+
[CodePen simple example](https://codepen.io/zoul0813/pen/OrNVNw)
1011

1112
## Features
1213

1314
* multiple objects editing
1415
* core & full bundles
15-
* 21 field types
16+
* 21+ field types
1617
* grouping fields
1718
* built-in validators
1819
* Bootstrap friendly templates
@@ -22,7 +23,7 @@ VueFormGenerator is a schema-based form generator component for [Vue.js](https:/
2223

2324
## Documentation
2425

25-
[Link to documentation on Gitbook](https://icebob.gitbooks.io/vueformgenerator/content/)
26+
[Link to documentation on Gitbook](https://vue-generators.gitbook.io/vue-generators/)
2627

2728
## More fields `*new*`
2829

fields/field_properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| multi | `false` | `Boolean` | if `true`, it will visible only if `multiple` is `true` in component attributes |
1616
| default | _none_ | any | Default value of the field \(use when create a new model\) |
1717
| hint | _none_ | `String` | show this hint below the field |
18-
| inputName | _none_ | `String` | set `name` attribute to `input` field. You can use it to generate normal HTML Forms and submit the field values to server-side. [Example](https://github.com/icebob/vue-form-generator/tree/master/examples/post-form) |
18+
| inputName | _none_ | `String` | set `name` attribute to `input` field. You can use it to generate normal HTML Forms and submit the field values to server-side. [Example](https://github.com/vue-generators/vue-form-generator/tree/master/examples/post-form) |
1919
| help | _none_ | `String` | show this help if mouse hover the question icon before the caption of field. _You can use HTML elements too._ |
2020
| validator | _none_ | `Function` or `Array` | Validator for value. It can be an array of functions too. |
2121
| styleClasses | _none_ | `String` or `Array` | custom css style classes. It will be appended to the `.from-group` |

fields/pikaday.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS
44

55
> Please note, this field depend on the following library:
66
- [Pikaday](https://github.com/dbushell/Pikaday)
7-
- [Moment.js](http://momentjs.com/) (see [issue #59](https://github.com/icebob/vue-form-generator/issues/59))
7+
- [Moment.js](http://momentjs.com/) (see [issue #59](https://github.com/vue-generators/vue-form-generator/issues/59))
88

99
## Special properties of field
1010

fields/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Property | Default | Accepted values | Description
5151
pattern: "^\\+[0-9]{2}-[237]0-[0-9]{3}-[0-9]{4}$",
5252
placeholder: "User's phone number",
5353
hint: "Format: +36-(20|30|70)-000-0000",
54-
help: "You can use any <b>formatted</b> texts. Or place a <a target='_blank' href='https://github.com/icebob/vue-form-generator'>link</a> to another site."
54+
help: "You can use any <b>formatted</b> texts. Or place a <a target='_blank' href='https://github.com/vue-generators/vue-form-generator'>link</a> to another site."
5555
validator: validators.regexp
5656
}
5757
```

0 commit comments

Comments
 (0)