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
Show more breadcrumbs
w2pext
plugin_dbui
Commits
8c38d139
Commit
8c38d139
authored
10 years ago
by
LE GAC Renaud
Browse files
Options
Downloads
Patches
Plain Diff
The python binding of the ExtJS components inherited from gluon.storage.Storage instead of dict.
parent
3bea143d
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
modules/plugin_dbui/extjs.py
+2
-1
2 additions, 1 deletion
modules/plugin_dbui/extjs.py
with
2 additions
and
1 deletion
modules/plugin_dbui/extjs.py
+
2
−
1
View file @
8c38d139
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
"""
"""
from
gluon
import
current
from
gluon
import
current
from
gluon.storage
import
Storage
from
gluon.tools
import
PluginManager
from
gluon.tools
import
PluginManager
MSG_XTYPE
=
'
Invalid keyword
"
xtype
"'
MSG_XTYPE
=
'
Invalid keyword
"
xtype
"'
...
@@ -13,7 +14,7 @@ MSG_XTYPE = 'Invalid keyword "xtype"'
...
@@ -13,7 +14,7 @@ MSG_XTYPE = 'Invalid keyword "xtype"'
class
ExtJSException
(
BaseException
):
pass
class
ExtJSException
(
BaseException
):
pass
class
Base
(
dict
):
class
Base
(
Storage
):
"""
Base class for Ext JS configurator.
"""
Base class for Ext JS configurator.
The base class comes with two methods C{append_items}
The base class comes with two methods C{append_items}
...
...
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