-
22 Oct 2008 3:59 AM #1
How to insert Images in extjs
How to insert Images in extjs
Hi Guys,
I m very new to extjs, and i have to insert an image in my application. Pls reply to my thread the step by step instructions to do this.
thanks in advance,
Ranjeet
-
22 Oct 2008 3:59 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
Code:var image = new Ext.BoxComponent({autoEl: {tag: 'img', src: '...'}});
-
22 Oct 2008 5:49 AM #3
Thanks a lot
Thanks a lot
Hi condor,
Thanks a lot for the help u have provided to me.
Ranjeet
-
29 Oct 2011 3:19 PM #4
Pakotzintote
Pakotzintote
Code:html:'<img src="nombre.extencion" height="50" width="50" />',
-
8 Sep 2012 3:29 AM #5
-
16 May 2013 11:53 PM #6
how can I simply display images in Sencha Architect?



Reply With Quote