Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / src / layout / container / Card.js
index 3023b06..b0d4ebc 100644 (file)
         // the panels (or "cards") within the layout
         items: [{
             id: 'card-0',
-            html: '<h1>Welcome to the Wizard!</h1><p>Step 1 of 3</p>'
+            html: '&lt;h1&gt;Welcome to the Wizard!&lt;/h1&gt;&lt;p&gt;Step 1 of 3&lt;/p&gt;'
         },{
             id: 'card-1',
-            html: '<p>Step 2 of 3</p>'
+            html: '&lt;p&gt;Step 2 of 3&lt;/p&gt;'
         },{
             id: 'card-2',
-            html: '<h1>Congratulations!</h1><p>Step 3 of 3 - Complete</p>'
+            html: '&lt;h1&gt;Congratulations!&lt;/h1&gt;&lt;p&gt;Step 3 of 3 - Complete&lt;/p&gt;'
         }],
         renderTo: Ext.getBody()
     });