-
7 Mar 2011 10:19 AM #11
With the latest code I have here, this file works perfectly:
So I've committed my fix for the next release.Code:<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Ext.Panel</title> <link rel="stylesheet" type="text/css" href="../../../resources/css/ext-all.css" /> <script type="text/javascript" src="../../../bootstrap.js"></script> <script type="text/javascript"> Ext.require([ '*' ]); Ext.onReady(function() { var html = '<p>This<br>is<br>a<br>test.</p>'; Ext.createWidget('viewport', { items:[{ xtype: 'panel', id: 'TestPanel', title: 'Basic Panel', collapsible:true, collapsed: true, width:400, html: html }] }); }); </script> </head> <body> </body> </html>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
-
7 Mar 2011 10:23 AM #12
Great. I'll try it out once the latest release is available.
Thanks for the help.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-621] Collapsed Region Disappears on Expand
By zachext in forum Ext 3.x: BugsReplies: 1Last Post: 24 Feb 2010, 5:32 PM -
[FIXED][2.*,3.0] layout in collapsed Panels
By Animal in forum Ext 3.x: BugsReplies: 14Last Post: 16 Jun 2009, 1:53 PM -
Portlet width resizing issue when nesting portals inside of portals
By code loki in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 10 Jun 2009, 1:32 AM -
[FIXED] [2.*,3.0] layout in collapsed Panels
By Animal in forum Ext 2.x: BugsReplies: 6Last Post: 27 Mar 2009, 7:22 AM -
[FIXED] B5 contentpanel not collapsed on 1st render
By gslender in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 17 Jun 2008, 6:10 AM


Reply With Quote