Try OpenEdge Now
skip to main content
Customization Guide
Customizing OpenEdge for Ext JS 4.0 : Adding Ext JS 4.x files
 

Adding Ext JS 4.x files

If you are using any of the following JavaScript files from Ext JS 3.x in customized code, then replace these files with the corresponding new files from the same folder.
Table 18. Ext JS files to be replaced for backword compatibility
Ext JS 3.x files
Ext JS 4.x files
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript
*bmutil.js
*BmViewport.js
*top.js
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript
*bmutil_4x.js
*BmViewport_4x.js
*top_4x.js
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript\bm\common
*bmdsfilter.js
*bmfield.js
*bmfilter.js
*datetime.js
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript\bm\common
*bmdsfilter_4x.js
*bmfield_4x.js
*bmfilter_4x.js
*datetime_4x.js
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript\ux\superboxselect
*SuperBoxSelect.js
Folder: <SBM_WebApp>\deploy\sbm.war\​bpmportal\javascript\ux\superboxselect
*SuperBoxSelect_4x.js