Skip to content

Commit

Permalink
Use styleHtmlContent on homecard children, not self.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Apr 5, 2011
1 parent d8a13ec commit 15ce25d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/app/views/homecard.js
@@ -1,7 +1,9 @@
ToolbarDemo.views.Homecard = Ext.extend(Ext.TabPanel, {
title: "home",
iconCls: "home",
styleHtmlContent: true,
defaults: {
styleHtmlContent: true
},
items: [{
title: 'TabPanels',
scroll: 'vertical',
Expand Down

0 comments on commit 15ce25d

Please sign in to comment.