Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
w2pext
plugin_dbui
Commits
5233bc0b
Commit
5233bc0b
authored
14 years ago
by
Renaud Le Gac
Browse files
Options
Downloads
Patches
Plain Diff
Polish the documentation.
parent
856b7770
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/plugin_dbui/src/appform.js
+4
-4
4 additions, 4 deletions
static/plugin_dbui/src/appform.js
with
4 additions
and
4 deletions
static/plugin_dbui/src/appform.js
+
4
−
4
View file @
5233bc0b
...
...
@@ -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 h
andler to perform the current action on the store.
*
H
andler to perform the current action on the store.
* The current action is set by the setAction method.
*
By default it is the create ac
tion.
*
Should not be call directly, except for delete without confirma
tion.
*/
doAction
:
function
()
{
...
...
@@ -175,7 +175,7 @@ App.form.FormPanel = Ext.extend(Ext.form.FormPanel, {
},
/**
*
Private h
andler to process store exception
*
H
andler to process store exception
* the scope of this function is App.form.FormPanel
* @param {Object} proxy
* @param {Object} type
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment