Modifying the Web Template for Quick Edit
To enable the quick edit feature, use the following procedure to modify the Web template.
Note: This topic does not apply if you are using Open UI.
To modify the Web template for quick edit
Navigate to the directory \siebel install directory\webtempl.
Open the Web template file eCfgTopLevelButtonsJS for the UI control using a text editor such as Notepad.
Edit the file by adding the lines highlighted in boldface below:
<table datatable="O" summary="" border="0" bgcolor="white" widthg="100%">
<tr>
<td nowrap>
<od-type="control" id="swe:EnableEngine" CfgUIControl="EnableEngine" CfgHtmlType="MiniButton"
InvokeMethod="EnableEngine"/>
</td>
<td nowrap>
<od-type="control" id="swe:CheckPrice" CfgUIControl="Check the price" CfgHtmlType="MiniButton"
InvokeMethod="CalculatePriceCX"/>
</td>
<td nowrap>
<od-type="control" id="swe:Save" CfgUIControl="Save" CfgHtmlType="MiniButton"
InvokeMethod="SyncInstance"/>
</td>