Siebel Interactive Designer API Reference > API Examples > Example 2: Define a Pageset Layout >

Contents of xxx_i.htm


<HTML>

<HEAD>

<TITLE>Interface Template</TITLE>

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

<SCRIPT language=javascript>

ISS.StartUIInfo('xxx');

ISS.RegisterFrameSet("oc_default_ui", "oc_default_ui.htm, ISS.GetPagesetDisplayArea());

ISS.RegisterPageLocation("xxx_1.htm", ISS.GetPagesetDisplayArea()+".oc_frame1");

ISS.RegisterPageLocation("xxx_2a.htm",
ISSGetPagesetDisplayArea()+".oc_frame2","true");

ISS.RegisterPageLocation("xxx_2b.htm",
ISSGetPagesetDisplayArea()+".oc_frame2","false");

ISS.RegisterPriorityPages("xxx_1.htm");

ISS.RegisterExceptionFrames(
ISSGetPagesetDisplayArea()+".oc_frame2");

ISS.SetContentsListFrame(ISSGetPagesetDisplayArea()+".oc_frame3");

</SCRIPT>

</HEAD>

<BODY onLoad="ISS.EndUIInfo('xxx')"></BODY>

</HTML>

Siebel Interactive Designer API Reference