You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
989 B
21 lines
989 B
{
|
|
"title": "Customized forms",
|
|
"custom_css": "custom.css",
|
|
"forms": [
|
|
{
|
|
"name": "custom",
|
|
"title": "Customized form",
|
|
"description": "This form is customized using global CSS and inline CSS.<br><br>The form's background has been made lightgray, the submit button is red and the results are wrapped in a scrolling viewport. This was achieved using a global <code>\"custom_css\": \"custom.css\",</code> form configuration option.<br><br>The background of the input box has been turned green. This is done using the <code>style</code> option for the fom field.",
|
|
"script": "job_customize.sh",
|
|
"fields": [
|
|
{
|
|
"name": "background",
|
|
"title": "Different background color",
|
|
"type": "string",
|
|
"style": "background-color: #C0FFC0;",
|
|
"classes": "foo bar"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|