<link href="//cdn.bootcss.com/extjs/6.2.0/classic/theme-classic/resources/theme-classic-all.css" rel="stylesheet" />
<script type="text/javascript" src="//cdn.bootcss.com/extjs/6.2.0/ext-all.js"></script>
<script type="text/javascript">
Ext.create('Ext.panel.Panel', {
'Ext.layout.container.Card'],
defaultListenerScope: true,
html: '<h2> This is card wizard layout </h2> <p> This is first card </p> <p> Please click the "Next" button to continue... </p>'
html: '<p> This is second card </p> <p> Please click the "Next" button for next card and "Previous" button for previous card... </p>'
html: '<p> This is final card </p> <p> Please click the "Previous" button for previous card... </p>'
this.cardPanelNavigation(1);
showPrevious: function (btn) {
this.cardPanelNavigation(-1);