Mercurial > lada > lada-client
comparison app/view/status/CreateForm.js @ 350:b7c419a2b476
Added documentation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 11:37:00 +0200 |
parents | dee3e54a61b1 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
349:d5a2f7af695a | 350:b7c419a2b476 |
---|---|
1 /* | |
2 * Formular to create and edit a Status | |
3 */ | |
1 Ext.define('Lada.view.status.CreateForm', { | 4 Ext.define('Lada.view.status.CreateForm', { |
2 extend: 'Lada.view.widgets.LadaForm', | 5 extend: 'Lada.view.widgets.LadaForm', |
3 requires : [ | 6 requires : [ |
4 'Lada.view.widgets.Mst', | 7 'Lada.view.widgets.Mst', |
5 'Lada.view.widgets.Statuswert' | 8 'Lada.view.widgets.Statuswert' |