Unanswered: What could be the possible error in the below code
Unanswered: What could be the possible error in the below code
I am very new to extjs and going through the documentation. http://docs.sencha.com/ext-js/4-0/#!...and_containers. In the section 'container', there is the following code which is not doing anything on my page(blank page, no panels)
Ext.create('Ext.panel.Panel',{ renderTo:Ext.getBody(), width:400, height:300, title:'Container Panel', items:[{ xtype:'panel', title:'Child Panel 1', height:100, width:'75%'},{ xtype:'panel', title:'Child Panel 2', height:100, width:'75%'}]});
Please check this and help me..
These sencha forums are good but not upto mark in my opinion. So, I created a group on SO where we can have discussions regarding sencha. Please have a look at this link http://chat.stackoverflow.com/rooms/23760/sencha (require sign up).