Siebel Interactive Designer API Reference > User Interface Layout and Control Functions >

RegisterPriorityPages


Usage

Use the RegisterPriorityPages function to identify the display pages that should be loaded before engine results are calculated. This function is always called from the Pageset UI Registry file (\pg\pagesetID_i.htm).

The RegisterPriorityPages function is most frequently used to indicate which pages should be loaded first. The function often points to display pages containing only input UI controls whose content does not change based on engine results.

Syntax

RegisterPriorityPages(fileNames)

Argument
Description
fileNames
A single string containing one or more comma-separated file names.

Example

The following sample code uses RegisterPriorityPages to make sure that cats.htm and dogs.htm load before other display files.

ISS.RegisterPriorityPages("cats.htm,dogs.htm");

See Also

Example 2: Define a Pageset Layout


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003