Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
rjs_json_form
Commits
1f1b2953
Commit
1f1b2953
authored
Mar 04, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add README.md
parent
a1c5935c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
85 additions
and
0 deletions
+85
-0
README.md
README.md
+85
-0
No files found.
README.md
0 → 100644
View file @
1f1b2953
# JSON Schema form generator RenderJS gadget
## Structure
**Gadget for recursive load schema**
[
gadget_demo_json_schema_form.html
](
gadget_demo_json_schema_form.html
)
*
**done**
remove jquery dependence
**Gadget for recursive form generation**
[
gadget_json_generated_form.html
](
gadget_json_generated_form.html
)
*
**done**
remove slapos specific code
*
**partly done**
remove jquery dependence
*
**partly done**
full support of json schema
*
using changeState and mutex
*
separate form design from code for form generation
*
add general using documention
**Gadget for generate slapos parameter form**
[
gadget_erp5_page_slap_parameter_form.html
](
gadget_erp5_page_slap_parameter_form.html
)
It is the previous version of gadget used for form generation.
It should be changed for it uses the above gadget as children
for form generation.
In this gadget the below listed specific slapos code should be saved:
*
gui for selection of
`software type`
and
`serialized format output`
*
JsonDocument serialization to xml
*
JsonDocument converting to xml
*
downloading schema for user software type choice
*
text representation of form if intialJsonData is not valid for current schema
*
gui for switch to text mode custom JsonDocument input
## JSON schema supported
Below is the list of JSON Schema validation properties and current supported status:
**array**
*rendering is not supported*
*
`additionalItems`
*
`items`
*
`maxItems`
*
`minItems`
*
`uniqueItems`
**integer**
*(Number uses the same properties so if you need `number`, set your `type` explicitly)*
*online input limitation should be improved*
*
`exclusiveMaximum`
*
`exclusiveMinimum`
*
`maximum`
*
`minimum`
*
`multipleOf`
**object**
*
`additionalProperties`
*
`dependencies`
*
`maxProperties`
*
`minProperties`
*
`patternProperties`
-
**fixed**
values can be only
`object`
types
-
add buttons for remove existed
`patternProperties`
-
can not be mixed with
`properties`
-
only regex .
*
in keys is supported
*
`properties`
*
`required`
**string**
*online input limitation should be improved*
*
`maxLength`
*
`minLength`
*
`pattern`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment