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.
20 lines
736 B
20 lines
736 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 input box is green, the submit button is red and the results are wrapped in a scrolling viewport.",
|
|
"script": "job_customize.sh",
|
|
"fields": [
|
|
{
|
|
"name": "background",
|
|
"title": "Different background color",
|
|
"type": "string",
|
|
"style": "background-color: #C0FFC0;"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|