Siebel Interactive Designer API Reference > API Examples >

Example 2: Define a Pageset Layout


The code in the following example defines a pageset user interface inside the files xxx_i.htm and oc_default_ui.htm, both of which would reside in the application pg directory. The user interface defined in this example has the following characteristics:

  • The pageset display area is ISS.GetPagesetDisplayArea()+".oc_frame".
  • The pageset display area is subdivided based on the frameset defined in oc_default_ui.htm, which defines three frames: oc_frame1, oc_frame2, and oc_frame3.
  • The HTML display page named xxx_1.htm is mapped into oc_frame1.
  • The HTML display page named xxx_2a.htm is mapped into oc_frame2.
  • The page xxx_1.htm displays before the engine executes.
  • Exception messages display in the frame oc_frame2.
  • The HTML display page named xxx_2b.htm can be mapped into oc_frame2 by using the LoadFile function.
  • The Contents List displays in oc_frame3.
Siebel Interactive Designer API Reference