Threaded View
-
15 Jul 2011 9:30 AM #11
User spurcell discovered that Ext.DomHelper isnt available as the Docs say. [Thread]
Checked the sources and found the problem:
Ext.DomHelper does not exists in 4.0.2a, but Ext.core.DomHelper does
From the src/core/src/dom/DomHelper.js file:
The Online Docs source :Code:Ext.ns('Ext.core'); Ext.core.DomHelper = function(){ var tempTableEl = null,
// http://docs.sencha.com/ext-js/4-0/so...#Ext-DomHelper
Code:Ext.ns('Ext.core'); Ext.core.DomHelper = Ext.DomHelper = function(){ var tempTableEl = null,
Checked all build files in the 4.0.2a GPL release
No results for Ext.DomHelper, but for Ext.core.DomHelper
Seems the Online Docs are not for 4.0.2a as they should or generated not from the downloadable GPL version?Code:ext-4.0.2a# fgrep Ext.DomHelper ext-all* ext-4.0.2a# fgrep Ext.core.DomHelper ext-all* ext-all-debug.js:Ext.core.DomHelper = function(){ ext-all-debug.js: newNode = Ext.core.DomHelper.insertHtml(pos, el, Ext.core.DomHelper.createHtml(o)); ext-all-debug.js: Ext.core.DomHelper.applyStyles(el, o.style); [...]
Please explain how this difference between downloadable version and Docs could appear.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote