-
12 Apr 2011 7:38 AM #51
This is a bug, and it will be addressed soon, thanks.
This will be covered in the migration guide. For your issue, you'll need to implement the rowbody feature in the 4.0 grid. There's an example of how to do this in the PreviewPlugin grid plugin, as seen in the paging grid example (grid/paging.html). The code to use the plugin looks like this:
Code:viewConfig: { id: 'gv', trackOver: false, plugins: [{ ptype: 'preview', bodyField: 'excerpt', expanded: true, pluginId: 'preview' }] },
-
14 Apr 2011 5:31 AM #52
Is this migration guide / conversion file be ready soon? Or even a draft copy of it since I have been twiddling my thumbs for the last week waiting for it to arrive.
I have a heavily modified grid panel, grid view and selection model which I need to work in Ext JS 4. Alot of what I have done has changed the templates themselves, will this cause me alot of issues with the change?My Web Design, Development & Internet Marketing Blog: http://www.aztec-online.com
Read My Review of the latest Ext JS Framework:Ext JS 4 Review
-
14 Apr 2011 11:42 PM #53
Yes. The compatibility file is for the public methods. If you've modified the internals of the class then you've done so "at your own peril" as it were.
The structure of the grid has changed quite a bit since 3.x.Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
23 Apr 2011 3:48 AM #54
EXTJS 3.3 allowed a STRING value for width and height. i.e. width: '500'
Under EXTJS 4 they are not allowed.
"Warning, size detected as NaN on Element.addUnits."
The value must now always be an INT i.e. width: 500
-
26 Apr 2011 3:24 AM #55
When will the compatibility layer be released?
When will the compatibility layer be released?
Hi guys,
Now that 4.0 is available I'm just wondering on the status of the compatibility layer mentioned here: http://dev.sencha.com/deploy/ext-4.0...iew/index.html
I tried searching the 4.0 release for a file which could be it, but don't see anything. Is this likely to be available soon?This is an optional JavaScript file that can be referenced after Ext 4 is loaded that will provide the aliases and overrides necessary to make the vast majority of Ext 3 code run correctly under Ext 4 as-is.
NOTE: At the moment this compatibility layer is not yet available, but it will be prior to the final 4.0 release.
Thanks,
Matt
PS: Congrats on getting 4.0 out
-
26 Apr 2011 5:55 AM #56
-
26 Apr 2011 6:07 AM #57
The compatibility files will be available within the next few days.
-
26 Apr 2011 6:29 AM #58
-
26 Apr 2011 7:36 AM #59
Does the 4.0 final include the gray theme or does it only have the default blue theme? Also I noticed the 4.0 examples are not using the new "Neptune" theme, has that been dropped from the initial release?
-
26 Apr 2011 7:57 AM #60
Do you know when the Migration Guide will be coming out? We'd really like to upgrade, but need this guide to get us going.
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
Migration to 3.0
By tillda in forum Community DiscussionReplies: 5Last Post: 17 Aug 2009, 7:19 AM -
Migration to 2.0
By scaswell1 in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 7 Jul 2009, 9:56 PM -
migration 1.0 to 3.0
By alien3d in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 1 Jun 2009, 5:38 AM -
Migration GXT 1.2.4 to 2.0
By G.edwin in forum Ext GWT: Help & Discussion (1.x)Replies: 2Last Post: 15 May 2009, 6:26 AM



Reply With Quote
