Skip to content
Snippets Groups Projects
Commit 5233bc0b authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Polish the documentation.

parent 856b7770
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ App.form.FormPanel = Ext.extend(Ext.form.FormPanel, {
* Mandatory configuration parameters.
*/
/**
* Predefined setting
* Predefined configuration options
*/
autoScroll: true,
bodyStyle: 'padding:5px 5px 0',
......@@ -116,9 +116,9 @@ App.form.FormPanel = Ext.extend(Ext.form.FormPanel, {
},
/**
* Private handler to perform the current action on the store.
* Handler to perform the current action on the store.
* The current action is set by the setAction method.
* By default it is the create action.
* Should not be call directly, except for delete without confirmation.
*/
doAction: function () {
......@@ -175,7 +175,7 @@ App.form.FormPanel = Ext.extend(Ext.form.FormPanel, {
},
/**
* Private handler to process store exception
* Handler to process store exception
* the scope of this function is App.form.FormPanel
* @param {Object} proxy
* @param {Object} type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment