[Ver. 1.1-beta2] Collapsible InfoPanel/Accordion - Extension classes :: I am putting a tree inside an InfoPanel. I had very strange problem with this as mainLayout.add(south, southPanel = new Ext.ContentPanel(south-div http://extjs.com/forum/archive/index.php/t-6388-p-3.htmlHOME | Hello,
I have a small visualization problem in IE7(could not try in ie6). Take a look at the attachment. I have created a div, where the dataview is rendered, this div is like:
SourceForge.net Repository - [zk1] View of /trunk/zkdoc/release-note:: text shall be preserved for some components 33 1997383: Provide a panel mold for 1160 1723570: Datebox databind strange behaviour 1161 1712483: Data Binding http://zk1.svn.sourceforge.net/viewvc/zk1/trunk/zkdoc/release-note?view=markup&pathrev=9031HOME | Mozilla Satellite:: mode that will contain a Release directory with the plugin inside it. So while the overall rendering and performance of the browser is pretty good, I http://www.16bit.net/mozillaHOME |
Therefore what it should happen (in Mozilla it does), is that the dataview is embedded inside the div, but it renders outside even though the scroll bar appears.
Does anyone have any idea of what is happening?
Thanks in advance.
Albert
This is the code I use to call the GUI component:
productViewer = new components.ProductViewer({renderTo: 'show_products_container'});
'show_products_container' is the div where I want to display the ProductViewer.
The components.ProductViewer is structured this way:
components.ProductViewer = function(config) {
this.initialConfig = Ext.apply(config, {
//object elements
scope: this,
id:'product_viewer',
width:520,
autoHeight:true,
collapsible:false,
border: false,
bodyBorder: false,
bodyStyle: 'text-align: left;',
layout:'form',
items : [...]
});
this.panel = new Ext.Panel(this.initialConfig);
};
components.ProductViewer.prototype = {
myApplicationSpecificFunction: function(p1, p2, p3) {
// Perform application-specific processing
},
// Make this class usable by a Container, so that we can add and remove it.
// Create delegates in the scope of our contained Panel which reference Panel's methods
render: Ext.Panel.prototype.render.createDelegate(this.pan el),
destroy: Ext.Panel.prototype.destroy.createDelegate(this.pa nel),
fireEvent: Ext.Panel.prototype.destroy.createDelegate(this.pa nel)
};
By the way, the scroll problem happens with all Extjs components, not just data view.
Albert Solé
maybe a piece of code would help!
Where's The Advantage In Windows Genuine Advantage?
Stocks Bounce After S&P Joins Bear Market
|