UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines (8 loc) 188 B
Ext.define('Admin.view.forms.WizardFormModel', { extend: 'Ext.app.ViewModel', alias: 'viewmodel.wizardform', data: { atBeginning: true, atEnd: false } });