processmaker-builder
Version:
The gulp task runner for ProcessMaker building
65 lines (26 loc) • 968 B
Markdown
# Forms
Forms class generates html forms from http method and target url.
Following attributes can be used for customizing the generated forms.
##
### With
**Syntax:**
type $name [Description] { Custom Name}
**Example:**
string $name [Description] { Customer's Name}
Restler automatically creates label for each param by using camelCasing and underscore in parameter names. For example `$firstName`, `$first_name` to `First Name`. If you want to override and specify a label yourself use the above annotation.
------------
### With
**Syntax:**
type { Custom Name}
**Example:**
array { Sign In}
Restler by default uses `Submit` as the default text for form submit buttons. You can customize that using the above anotation.
##
##
##
##
##
##
##
##
##