-
21 Feb 2012 8:51 AM #1
Unanswered: loosing div elements appended using domhelper
Unanswered: loosing div elements appended using domhelper
I am adding html fine as I can see the elements in the dom tree. But divs which have valid classes seem to dissapear until I remove the classes from the divs.
the second div dissapears unless I remove the style the style is existing and is a gradient background with rounded corners.Code:Ext.DomHelper.append('euaglo','<div class="clr" >This Div Shows</div><div class="sell-light marketBttn">Amazing Dissapearing Div</div>');
Maybe I need to reapply the style in some way - but why does the first div show ?
-
21 Feb 2012 9:46 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 434
- Answers
- 3105
DomHelper shouldn't know about what CSS rules belong to a CSS class.
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.


Reply With Quote