# HG changeset patch # User Torsten Irländer # Date 1376386620 -7200 # Node ID b7c419a2b4763d3c481aadf24d8793c6a2603091 # Parent d5a2f7af695ae729d1ecdfacbbd150b2b0080ae1 Added documentation diff -r d5a2f7af695a -r b7c419a2b476 app/view/status/Create.js --- a/app/view/status/Create.js Tue Aug 13 11:35:48 2013 +0200 +++ b/app/view/status/Create.js Tue Aug 13 11:37:00 2013 +0200 @@ -1,3 +1,6 @@ +/* + * Window to create and edit a Status + */ Ext.define('Lada.view.status.Create', { extend: 'Ext.window.Window', alias: 'widget.statuscreate', diff -r d5a2f7af695a -r b7c419a2b476 app/view/status/CreateForm.js --- a/app/view/status/CreateForm.js Tue Aug 13 11:35:48 2013 +0200 +++ b/app/view/status/CreateForm.js Tue Aug 13 11:37:00 2013 +0200 @@ -1,3 +1,6 @@ +/* + * Formular to create and edit a Status + */ Ext.define('Lada.view.status.CreateForm', { extend: 'Lada.view.widgets.LadaForm', requires : [ diff -r d5a2f7af695a -r b7c419a2b476 app/view/status/List.js --- a/app/view/status/List.js Tue Aug 13 11:35:48 2013 +0200 +++ b/app/view/status/List.js Tue Aug 13 11:37:00 2013 +0200 @@ -1,3 +1,6 @@ +/* + * Grid to list Status + */ Ext.define('Lada.view.status.List' ,{ extend: 'Ext.grid.Panel', alias: 'widget.statuslist',