Siebel Interactive Designer API Reference > Application File Reference > Files in the pg Directory >

pagesetID_i.htm


Pageset UI Registry File

Interactive Designer creates a Pageset UI Registry file for each pageset you define in an Interactive Designer project. The Pageset UI Registry file serves three purposes:

  • Associates a Pageset UI Definition file with a particular pageset, using the RegisterFrameSet function
  • Defines which display pages appear in each of the frames defined in the Pageset UI Definition file of the pageset, using the RegisterPageLocation function
  • Specifies which of the frames defined in the Pageset UI Definition file of the pageset display exception messages, using the RegisterExceptionFrames function

The file should start with the StartUIInfo(pagesetID) function and end with the EndUIInfo(pagesetID) function inside the onLoad event handler of the opening <BODY> tag. The file must also reference the header.js file from inside the <HEAD> tags, as in:

<HEAD><SCRIPT src="../jd/header.js"></SCRIPT></HEAD>

Siebel Interactive Designer API Reference