Documentation Archive Developer
Search
Table of Contents Previous Section

Adding a Form

Now lay out the user interface used to view and edit the selected MovieRole. When you're done, it should look like the following:

  1. Add another horizontal rule after the repetition.

  2. Use the button (in the "Dynamic form elements" toolbar) to add a browser element between the two horizontal rules.

    A form element is automatically created around the browser.

  3. Beneath the browser, type the bolded text Role Name:.

  4. Add a text field.

  5. Bind the text field to movieRoleDisplayGroup.selectedObject.roleName.

Table of Contents Next Section