
We are working on a project to use OAT framework for pivot table. We zip the framework and upload to static resources with the correct apex tag as
<apex:includeScript value="{!URLFOR($Resource.OAT, 'oat/loader.js')}"/>
The framework comes with a lot of js files for different functionalities. In Chrome and Safari, both work fine. However, no pivot table is displayed in Firefox and IE.
We find out it stops at
var tab = new OAT.Tab("content");
Firebug shows error as
TypeError: OAT.Tab is not a constructor
var tab = new OAT.Tab("content");
We click the down arrow in Firebug console tab to see the js files and under /OAT/oat there are only 2 files bootstaps.js and loader.js.
In Chrome developer window we can see 14 js files including tab.js under /OAT/oat.
Does anyone have the experiences to implement OAT framework to salesforce?
Thank you very much,
Ian
답변 2개
Ian,
Hope the above answers Helped,
is so, please mark one as the best answer to close this thread and it helps in keeping the Community clean