Customizing the Presentation Model and Physical Renderer

Siebel Open UI uses two JavaScript files to implement the presentation model and the physical renderer and plug-in wrappers that it uses to display an applet. For example, it uses the following files to display a carousel:

  • ListPModel.js for the presentation model

  • CarouselRenderer.js for the physical renderer

It uses the following files to display a grid:

  • JQGridRenderer.js for the physical renderer

  • ListPModel.js for the presentation model

It uses the following concatenated file for all applet controls:

  • pwinfra.js is a concatenation of all the plug-in wrapper objects used for all standard applet controls in the Siebel application.