Customizing web type control files

You can customize web type control files.

Procedure

  1. Customize the new control file (base.CCM_LISTBOX_MULTILINE) in the installation area.

    For example, to make the list box display five choices, edit the HTML to specify a height of 5 for the SELECT element.

    Search for SIZE='1' and change to SIZE='5'.

  2. Install the modified process package.
  3. Test the new web type.

    Start a session, and then show a dialog box that uses the severity attribute to verify that the change was made.


Feedback