Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikolaï Krol
erp5
Commits
41fa1d0c
Commit
41fa1d0c
authored
Jul 06, 2020
by
Mikolaï Krol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_jexcel_editor: moved tab links at bottom, removed (temporarly?) search bar
parent
e89b4a61
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
7 deletions
+17
-7
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/complements.css.css
...eItem/portal_skins/erp5_jexcel_editor/complements.css.css
+10
-0
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/gadget.utils.template.js.js
...rtal_skins/erp5_jexcel_editor/gadget.utils.template.js.js
+2
-2
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/jexcel.gadget.js.js
...eItem/portal_skins/erp5_jexcel_editor/jexcel.gadget.js.js
+2
-2
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/jexcel/jexcel.css.css
...tem/portal_skins/erp5_jexcel_editor/jexcel/jexcel.css.css
+3
-3
No files found.
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/complements.css.css
View file @
41fa1d0c
...
...
@@ -35,3 +35,13 @@ td {
input
.readonly
{
cursor
:
not-allowed
;
}
body
>
div
.spreadsheet.jexcel_tabs
>
div
:nth-child
(
1
)
{
position
:
absolute
;
bottom
:
0
;
}
.jexcel_tab.jexcel_container.fullscreen.with-toolbar
{
position
:
absolute
;
top
:
0
;
}
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/gadget.utils.template.js.js
View file @
41fa1d0c
...
...
@@ -37,11 +37,11 @@
allowRenameColumn
:
true
,
allowComments
:
true
,
selectionCopy
:
true
,
search
:
tru
e
,
search
:
fals
e
,
fullscreen
:
true
,
autoIncrement
:
true
,
parseFormulas
:
true
,
wordWrap
:
true
wordWrap
:
true
,
};
var
undo
=
{
...
...
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/jexcel.gadget.js.js
View file @
41fa1d0c
...
...
@@ -124,8 +124,8 @@
.
declareMethod
(
"
setupTable
"
,
function
(
element
)
{
var
gadget
=
this
;
var
filter
=
element
.
querySelector
(
"
.jexcel_filter
"
);
element
.
querySelector
(
"
.jexcel_toolbar
"
).
appendChild
(
filter
);
//
var filter = element.querySelector(".jexcel_filter");
//
element.querySelector(".jexcel_toolbar").appendChild(filter);
element
.
querySelector
(
"
select.jexcel_toolbar_item
"
).
classList
.
add
(
"
minimize
"
);
var
formula_div
=
document
.
createElement
(
"
div
"
);
formula_div
.
classList
.
add
(
"
jexcel_formula
"
);
...
...
bt5/erp5_jexcel_editor/SkinTemplateItem/portal_skins/erp5_jexcel_editor/jexcel/jexcel.css.css
View file @
41fa1d0c
...
...
@@ -7,7 +7,7 @@
padding-right
:
2px
;
box-sizing
:
border-box
;
overscroll-behavior
:
contain
;
padding-bottom
:
40
px
;
padding-bottom
:
33
px
;
}
.jexcel_container.fullscreen
{
...
...
@@ -66,10 +66,10 @@
background-color
:
#fff
;
width
:
0
;
border-top
:
1px
solid
transparent
;
/*
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid #ccc;
border-bottom
:
1px
solid
#ccc
;
border-bottom: 1px solid #ccc;
*/
}
.jexcel
>
thead
>
tr
>
td
...
...
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