-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update docs for v0.4.0 #25
Comments
Need help with the doc ? |
Maybe 😃 |
Go on, tell me: how can I help? |
The docs on gitbook.com. I don't know it enough good, I don't know the contribution is available. https://www.gitbook.com/book/icebob/vueformgenerator/details |
I just created an account on gitbook, please authorize me so I can try. |
OK, I added. |
Please check, can you modify the docs? |
YES ! 🎉 |
Great! |
Maybe we should specify "vanilla vs jQuery" in the |
Yes we need specify dependencies for every each field |
I'm going to create a branch on gitbook for the v0.4.0 and start modifying the doc |
Great! Thanks! |
I don't understand what |
You can test in in dev mode. Use CTRL key and select multiple rows in table. In this case you can edit fields for multiple models. And component shows fields where But currently it is not complete, because validator can't handle it correctly yet. |
So the main |
Has vue-form-generator(:schema='schema', :model='model', :multiple="selected.length > 1") So if we select 2 or more rows we set |
Ok I get it 🆒 |
@icebob I just finished vueMultiselect documentation (on branch v0.4.0), I need your feedback. |
Great! I checked it.
values: [
{
"name": "Vue.js",
"language": "JavaScript"
}, VueFormGenerator is only handle
Otherwise, good job! Thank you 👍 |
|
@icebob noUiSlider is almost done (need more examples) |
Great! |
@icebob noUiSlider and cleave are finished. Example tested and everything 🎉 |
For #40 (comment) : fieldSubmit: only a simple input type=submit. There is a |
customizable styles: we can show with example that user can use custom styles for this component. You created a jsfiddle with a new style. You can link it to docs as an example. |
visible & disabled, values schema functions description:
{
type: "select",
label: "Item",
model: "item",
values: function(model, schema) {
switch(model.category) {
case "Fruit": return ["Apple", "Peach", "Orange"];
case "Vehicle": return ["Car", "Bicycle", "Ship"];
case "Animals": return ["Lion", "Dog", "Cat"];
}
return [];
}
} |
@icebob pikaday field done ! |
1 observation: spectrum is a jQuery based field. Currently it is under "vanilla" |
I added |
Why not call it |
|
I have reorganize the build-in field alphabetically |
Please do it on optional fields too. |
Ok EDIT: Done |
@icebob I think I'm done. Sorry for the delay, I was very busy at work yesterday. |
The |
Ok, do it |
I moved your screenshot to the |
Oh sorry about that crappy screenshot (badly cropped), I was just a test to see if I could upload a photo to gitbook. You can delete it :) |
Ok :) |
I add a new tasks to this issue, but I'm doing. Done |
Ok i'm done with schema example |
Great! Thanks |
So all tasks done? |
I guess so, I looking at the documentation, trying to find problems |
OK |
Maybe there a thing, but it is more an improvement than a real problem. For field like pikaday or noUiSlider, I have added default values. Most fields don't have that information. What do you think ? |
Yes, it is a good idea. But for this open a new issue and we do it later. |
Roger that! |
Thank you for your contribution! |
You are welcome, thank you for your work on the plugin 👍 |
I'm making the new release. Could you merge the docs v0.4.0 branch to the master? |
Done |
New version released: https://github.com/icebob/vue-form-generator/releases/tag/v0.4.0 |
That crazy list of changes :D |
visible(model) {...}
to visible:function(model) {...}
)The text was updated successfully, but these errors were encountered: