-
29 Jul 2010 2:29 AM #1
ExtJS 3.3beta
ExtJS 3.3beta
Hi,
glad to see this update.
There are links missing (or links set to 3.2)
Examples: http://www.sencha.com/deploy/ext-3.3...6976/examples/
API: http://www.sencha.com/deploy/ext-3.3...ocs/index.html
One example isn't very advantageous:
http://www.sencha.com/deploy/ext-3.3...countries.html
If you toggle, the grid needs very much time until display. I guess this is not the way to go, especially with grid there are so much events when changing something. Would it be an option to deactivate the events while change?vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
29 Jul 2010 4:06 AM #2
That grid has a very large dataset. It's going to take a long time with the current complex grid DOM structure. Possibly not the best dataset to use in an example page.
Not too sure about those other things you say. I see no problem with those.
There is a problem on http://www.sencha.com/deploy/ext-3.3...aderGroup.html
But that just needs
in examples/ux/ColumnHeaderGroup.js, so they should get that fixed soon.Code:renderUI: function(){ Ext.apply(this.columnDrop, Ext.ux.grid.ColumnHeaderGroup.prototype.columnDropConfig); Ext.apply(this.splitZone, Ext.ux.grid.ColumnHeaderGroup.prototype.splitZoneConfig); return this.constructor.prototype.renderUI.apply(this, arguments); }Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
29 Jul 2010 7:15 AM #3
when migrating from ext 3.2.1 to 3.3-beta1, firebug tells me
anyone else getting this error or having an idea what could cause this?Code:el is null [Break on this error] mainWrap = new Element(el.child('div.x-grid3-viewport')), ext-all-debug.js (Zeile 45736)
kind regards
tobiu
-
29 Jul 2010 7:32 AM #4
Break on the error, then follow "el" back through the call stack until you find who started it off wrong.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
30 Jul 2010 9:35 PM #5
I get the same problem with row editor, but now problem solved. Thx.
http://www.sencha.com/forum/showthre...View-is-broken
http://www.sencha.com/forum/showthre...light=mainWrapLast edited by evang; 31 Jul 2010 at 6:04 AM. Reason: problem solved
Similar Threads
-
Passing arguments -- Refer Extjs In action book and ExtJs sample code
By mrag74 in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 28 Apr 2011, 2:11 PM -
[How-2] Como crear una ventana con extJS (how to create an extJS window)
By michelrods in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 5 Jan 2009, 3:03 PM


Reply With Quote