X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/layout/container/Card.js diff --git a/src/layout/container/Card.js b/src/layout/container/Card.js index 3023b06a..b0d4ebc0 100644 --- a/src/layout/container/Card.js +++ b/src/layout/container/Card.js @@ -55,13 +55,13 @@ // the panels (or "cards") within the layout items: [{ id: 'card-0', - html: '

Welcome to the Wizard!

Step 1 of 3

' + html: '<h1>Welcome to the Wizard!</h1><p>Step 1 of 3</p>' },{ id: 'card-1', - html: '

Step 2 of 3

' + html: '<p>Step 2 of 3</p>' },{ id: 'card-2', - html: '

Congratulations!

Step 3 of 3 - Complete

' + html: '<h1>Congratulations!</h1><p>Step 3 of 3 - Complete</p>' }], renderTo: Ext.getBody() });