Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
mini-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e5b86009
authored
2019-12-03 15:59:19 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
readme
1 parent
d8870acc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
e5b8600
# Generador de Formularios
Servicio Web de generación de formularios a partir de un JSON.
## <myserver>/
En root se encuentra el controlador que toma el JSON y devuelve la página. El formato del JSON es el siguiente:
JSON = {
'title' : "Título del Formulario",
'color' : "Color preferido",
'tabs' :
\[
Tabs]
}
Donde cada Tab es de la forma:
Tab = {
'title' : "Título del Tab",
'fields' :
\[
Campos]
}
Donde cada Campo es de la forma:
Campo = {
'title' : "Título del Campo",
'type' : "El tipo de input",
'placeholder' : "Texto de ejemplo del input",
'required' : True|False,
'options' :
\[
"Opción1","Opción2"...]
}
\ No newline at end of file
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment