Siebel Interactive Designer Administration Guide > Customizing Your UI > About the UI Controls >

Input UI Display Example


Figure 24 shows an example of an input UI display page. The input UI controls that appear on this page are created using the browser-based application function named BuildWidget and, depending on the type of control, a Feature table.

Figure 24. Input UI Display Page

Click for full size image

The function call used to create the Engine Type list box in Figure 24 looks like this:

<script>document.write(ISS.BuildWidget("LISTBOX",window,"ENGINE",3 ,32,true));</script>

The function call indicates that the control type to create is a list box, LISTBOX, that will display the description values, DESC, in the Feature table, ENGINE.


 Siebel Interactive Designer Administration Guide 
 Published: 18 April 2003