Posts by marco roberto • 146 points
2 posts
-
3
votes2
answers364
viewsQ: HTML zebra table with Ext JS
I need to do a zebra table in Extjs 4.1.2’s Xtemplate feature where I have two for loop loops. I implemented a basic HTML, but someone has some idea of how to do it?
-
10
votes2
answers365
viewsA: How to view a Youtube video in a Panel in Extjs?
Take a look at the property html of the Panel, that in it you can use Xtemplate, which is in this link an example using html. The panel: xtype: 'panel', border: false, autoScroll: true,…