Adding form elements 
The gadget spec URL could not be found




Adding form title
   
Select a cell as shown in the screen capture.

Enter the screen title "Category Form" in the selected cell.
   


Click on the "Cell Styles" icon and apply a style to the form title.
   
   


Adding display label fields
 
Add the display label fields -- category code and category description -- as shown in the screen capture.
   
Click on the "Cell Styles" icon and apply a style to the display label fields.
   


Adding form input fields
   
Select the cell below the category code display label cell.
   
The named cell tab contains a valid set of widgets for all the parameters in the data model. Click on the textbox widget for category code.
   


Select the cell below the category description display label cell.
   
The named cell tab contains a valid set of widgets for all the parameters in the data model. Click on the textbox widget for category description.
   


Inserting Grids
   
Select a cell as shown in the screen capture.
   
Click on the insert grid option.
   


"Properties Dialog" box will be displayed. 

Enter the number of rows and columns to be inserted.

A 1x1 grid is required for the category form save button.

Inserting a grid will provide the ability to control the size of the save button. If a grid is not used, then the width of the save button will be the same as that of the cell.  
   
   


 Adding submit button
   
Select the cell A1 in the 1x1 grid. 
   
Using the actions widget, add the submit(workflow) button.
   
The submit action forwards the instance from the current activity to the next workflow activity.
   
"Properties" dialog box for the submit(workflow) button will be displayed.

Caption: Enter the display name for the button.
For example, "Save".

Status: Enter the message to be displayed to notify the user. For example, "Category details saved successfully!"

Target: Destination page on successful execution of the action. Select "Worktop".

What are the other options available?
  • Inbox
  • None - Current page.
  • Any URL
Validate: Select this option if validations are to be executed before the "Save" action is performed.
   
What's the next step?

Performing form field validations.