UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (12 loc) 293 B
Ext.define('Admin.view.authentication.AuthenticationModel', { extend: 'Ext.app.ViewModel', alias: 'viewmodel.authentication', data: { userid : '', fullName : '', password : '', email : '', persist: false, agrees : false } });