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

Output UI Controls Example


Figure 25 shows the display page with output UI controls that result from a valid configuration.

Figure 25. Output UI Display Page

Click for full size image

The output UI Control text and images on display pages are dynamically created using an Interactive Designer BuildTarget function. BuildTarget creates text and images based on the user's selections as well as the valid configuration information.

For example, the following code displays the text entered in the Your Name text box. When your selections match a valid configuration, this text appears in the Results page.

<script>document.write(ISS.BuildTarget("TEXT",window,
"CUSTNAME"));</script>


 Siebel Interactive Designer Administration Guide 
 Published: 18 April 2003