Lesson 9: Complete the code that supports the user interface
Next, you will complete the single-row layout, as well as the code that supports the Clear and Save buttons.
About this task
Complete the layout that displays a single row
Procedure
To complete the single-row layout:
Test the new code
About this task
Procedure
Complete the code for the second set of buttons
About this task
clearAllFields function
runs. The function sets up the layout so that when the user types
data and clicks Save, the new typed data updates
an existing database row. Procedure
Test the new code
About this task
Procedure
Lesson checkpoint
About this task
- Assign a preset string array as the set of values that are provided by a Dojo combo box.
- Use conversion functions if you need to relate a field of type INT to a Dojo combo box that contains strings.
- Use the Form Manager isValid and commit functions.
In the next lesson, you install Apache Tomcat on your system so that you can run your application on a web server.


