Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Configuring Siebel Business Applications > About Siebel Web Templates and Siebel Tags > About Siebel Web Templates > How Siebel CRM Uses HTML Frames in the Container PageThe container page can contain HTML frames that allow Siebel CRM to independently update and scroll different parts of a page. Example elements include toolbars, menus, the main content area, and so on. For more information, see Example Frameset Code From a Container Page. You can group applets into separate frames in a view web template. It is recommended that you do not use this configuration except where independent refresh or independent scrolling is required. Siebel CRM uses the <div od-type="frameset"> tag and the <div od-type="frame"> tag to do the following:
OD Tag That Defines the Set of Frames in a DocumentThe <div od-type="frameset"> tag defines the set of frames that the document contains. Similar to the HTML frameset tag, the Siebel Web Engine displays it as an HTML frameset tag. The body of this tag can only contain <div od-type="frame"> tags. The <div od-type="frameset"> tag uses the following format: <div od-type="frameset" The <div od-type="frameset"> tag includes the htmlAttr attribute. This attribute defines the attributes for the HTML frameset tag. For example, the following code supports a layout where the frames that belong to the frameset use 89 pixels, 25 pixels, and the remainder of the window: OD Tag That Marks the Beginning and End of Content in a FrameThe <div od-type="frame"> tag marks the beginning and end of the contents that Siebel CRM places in a frame. The Siebel Web Engine displays this tag as an HTML frame tag, with the src attribute of the tag set to a Siebel Web Engine URL that gets the contents of the frame. You must place this tag in the body of the <div od-type="frameset"> tag. The <div od-type="frame"> tag uses the following format: <div od-type="frame" The <div od-type="frame"> tag includes the following attribute: The type attribute indicates the nature of the contents of the frame. The Siebel Web Engine uses this information to decide when to refresh the frame. It supports the following values for the type attribute:
Nested FramesetsThe Siebel Web Engine supports nested framesets. In this situation the <div od-type="frame"> tag contains a <div od-type="frameset"> tag, and the type attribute of the outer <div od-type="frame"> tag is the following: Example Frameset Code From a Container PageThe following <div od-type="frameset"> code is from the Page Container web template: <div od-type="frameset" htmlAttr="rows='60,21,25,*' border='0' frameborder='No'"> <div od-type="frame" div od-type="page" htmlAttr="marginheight='0' marginwidth='0'noresize scrolling='No'"> <div od-include="CCFrameBanner>"/> <div od-type="frame" div od-type="screenbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'"> <div od-include="CCFrameScreenbar>"/> <div od-type="frame" div od-type="viewbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'"> <div od-include="CCFrameViewbar"/> <div od-type="frame" div od-type="view" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='Auto'"> |
![]() ![]() |
Configuring Siebel Business Applications | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |