-
1 May 2012 8:04 AM #1
Unanswered: frame alignment issue / text not fitting in the frame
Unanswered: frame alignment issue / text not fitting in the frame
When I run the following code, at first the html text overwrites on the image and then later when I hit refresh, the html text cuts on the page, it does not display the whole text, please check images (screenshot)
Code:{layout : 'hbox', defaults : {style : 'margin : 1em;'}, items : [ {html : '<img src=http://localhost/img.jpg>'}, {layout : {type : 'vbox', align : 'left'}, items : [ {html : '<a href=>check this link</a>'}, {html : '<font size=2px>something here something here something here something here something here something here something here something here 1234567890 something here something here something here something here 9876543210 something here something here something here something here abcdefghijklmnopqrstuvwxyz</font>', style : 'margin-right : 1em;'}, {html : '<b>End Date : On-Going</b>'}, ]}, ] },
error1.jpgerror2.jpg
-
3 May 2012 5:22 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
- Answers
- 3102
The component with the image, give it a width, the other give flex : 1
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
3 May 2012 5:50 AM #3
So is there any solution to this? Please not I have not specified flex or width to this piece of code.


Reply With Quote