Attributes |
Name | Required | Request-time | Type | Description |
backURL | false | true | java.lang.String | A URL for the form's cancel button. |
categoryNames | true | true | java.lang.String | The name of each category in the form. |
categorySections | true | true | java.lang.String | The name of each section within a category. |
displayStyle | false | true | java.lang.String | A type of navigation to be used. Options are steps and panel . The default display style is side navigation. |
formName | false | true | java.lang.String | A name for the form. |
htmlBottom | false | true | java.lang.String | HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form. |
htmlTop | false | true | java.lang.String | HTML to prepend to the navigator. |
jspPath | false | true | java.lang.String | A path to the formSection.jsp file's folder /path/to/jsp/folder/ . |
showButtons | false | true | boolean | Whether to show the Submit and Cancel buttons. The default value is true . |