Saturday, September 21, 2013

Open UI -->For list Applet /Form Applet which all js files to include [ For Desktop]

Hi All,

including the proper js files is very important in open ui. otherwise the view wont be rendering properly .

List Applet -- PM  ---[Desktop]
Include below files

<KEY Name="ContactLstPModel">
<FILE_NAME> siebel/applet.js        </FILE_NAME>
<FILE_NAME> siebel/listapplet.js    </FILE_NAME>
<FILE_NAME> siebel/pmodel.js        </FILE_NAME>
<FILE_NAME> siebel/listpmodel.js    </FILE_NAME>
<FILE_NAME> siebel/custom/<<myjsfile>>.js   </FILE_NAME>
</KEY>


List Applet --PR -- [Desktop]
Include below files

<KEY Name="ContactListPRenderer">
 <FILE_NAME> 3rdParty/jqGrid/current/js/i18n/grid.locale-en.js    </FILE_NAME>
               <FILE_NAME> 3rdParty/jqGrid/current/js/jquery.jqGrid.min.js      </FILE_NAME>
               <FILE_NAME> 3rdParty/jqgrid-ext.js                               </FILE_NAME>
               <FILE_NAME> siebel/phyrenderer.js                                </FILE_NAME>
               <FILE_NAME> siebel/jqgridrenderer.js                             </FILE_NAME>
<FILE_NAME> siebel/custom/<<myjsfile>>.js                  </FILE_NAME>
</KEY>


Form Applet --PM --[Desktop]
Include below file

<KEY Name="AccountFormPModel">
<FILE_NAME> siebel/applet.js                    </FILE_NAME>
<FILE_NAME> siebel/pmodel.js                    </FILE_NAME>
<FILE_NAME> siebel/custom/<<Myjsfile>>.js   </FILE_NAME>
</KEY>

Form Applet --PR--[Desktop]
Include beloe file

<KEY Name="AccountFormPRenderer">
<FILE_NAME> siebel/phyrenderer.js                           </FILE_NAME>
<FILE_NAME> siebel/custom/AccountFormPR.js                  </FILE_NAME>
</KEY>

Note: it is very important to extend the correct class name in our js files. 

Regards
Joseph Thomas
joju2002@gmail.com




No comments:

Post a Comment