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
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.
Save the recyclebinrenderer.js file.