Configuring Siebel Open UI > Example of Customizing Siebel Open UI > Process of Customizing the Physical Renderer >

Customizing the Physical Renderer to Bind Data


This task is a step in Process of Customizing the Physical Renderer.

The carousel in this example does not render data. Siebel Open UI only renders data in this example if it adds a record to or deletes a record from the recycle bin.

To customize the physical renderer to bind data

  1. In the recyclebinrenderer.js file, add the following code to SiebelAppFacade.RecycleBinRenderer = (function(){:

    RecycleBinRenderer.prototype.BindData = function(){
      SiebelAppFacade.RecycleBinRenderer.superclass.BindData.apply(this, arguments);
    };

    For more information, see BindData Method.

  2. Save the recyclebinrenderer.js file.
Configuring Siebel Open UI Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.