Bonjour

J'ajoute un component dans un panel où je mets du texte dans la variable html.

Le texte est grand et je n'arrive pas à mettre un scroll.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
	Ext.getCmp('panReport').add({
		id : "htmlWFS",
		name : "htmlWFS",
		autoScroll: true,
		border: false,
		html: htmlWFS});
	Ext.getCmp('panReport').doLayout();
}
Est la bonne méthode pour afficher du html? Si oui comment mettre un scroll.

Merci de votre aide Tio