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.
Est la bonne méthode pour afficher du html? Si oui comment mettre un scroll.Code:
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(); }
Merci de votre aide Tio