Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
862aec78
Commit
862aec78
authored
Nov 04, 2019
by
LE GAC Renaud
Browse files
Minor upgrade.
parent
de86482c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
modules/ui_core.py
modules/ui_core.py
+7
-1
static/plugin_dbui/src/form/Panel.js
static/plugin_dbui/src/form/Panel.js
+1
-1
No files found.
modules/ui_core.py
View file @
862aec78
...
...
@@ -83,7 +83,13 @@ class CoreUI(object):
#
mdf
=
GridModifier
(
"categories"
)
mdf
.
configure
(
plugins
=
[
"pGridPaging"
,
"pMathJax"
])
# NOTE
# Uncomment one of the next two line
# 1 to play with grid paging on large sample
# 2 standard way to run data used by CombBox
# mdf.configure(plugins=["pGridPaging", "pMathJax"])
mdf
.
configure
(
plugins
=
[
"pMathJax"
,
])
mdf
.
configure_column
(
"code"
,
width
=
10
)
mdf
.
set_rownumbering
(
True
)
...
...
static/plugin_dbui/src/form/Panel.js
View file @
862aec78
...
...
@@ -306,7 +306,7 @@ Ext.define("Dbui.form.Panel", {
var
me
=
this
,
form
=
me
.
getForm
(),
data
,
fields
,
i
,
name
,
newRecord
;
data
,
newRecord
;
me
.
buttonReset
.
show
();
me
.
buttonAction
.
show
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment