stetou
10 Jun 2010, 8:21 AM
I created a form panel with textfields and an htmlEditor. The html tags set in the code below doesn't render in IE8. I didn't try with IE6 or 7. It works well in FF. Below the code, there is the error return by IE.
var frmDemandeChangement = new Ext.form.FormPanel
({
...
items:
[...
{
xtype:'htmleditor',
itemId: 'commentaire',
hideLabel: true,
height:200
,html: "<h1>Description:</h1>" //if I set html: "Description:" it works.
}
]
});
Message : 'this.manager' is null or not an object
Ligne : 7
Caractère : 354485
Code : 0
URI : .../framework/ext-3.2.1/ext-all.js (http://geo.inspq.rtss.qc.ca/dev/framework/ext-3.2.1/ext-all.js)
var frmDemandeChangement = new Ext.form.FormPanel
({
...
items:
[...
{
xtype:'htmleditor',
itemId: 'commentaire',
hideLabel: true,
height:200
,html: "<h1>Description:</h1>" //if I set html: "Description:" it works.
}
]
});
Message : 'this.manager' is null or not an object
Ligne : 7
Caractère : 354485
Code : 0
URI : .../framework/ext-3.2.1/ext-all.js (http://geo.inspq.rtss.qc.ca/dev/framework/ext-3.2.1/ext-all.js)