Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
8175061c
Commit
8175061c
authored
Dec 20, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Add sdk constants for footnotes.
parent
4d49adbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
apps/documenteditor/main/app/view/NoteSettingsDialog.js
apps/documenteditor/main/app/view/NoteSettingsDialog.js
+7
-7
No files found.
apps/documenteditor/main/app/view/NoteSettingsDialog.js
View file @
8175061c
...
...
@@ -149,11 +149,11 @@ define([
menuStyle
:
'
min-width: 140px;
'
,
editable
:
false
,
data
:
[
{
displayValue
:
this
.
textPageBottom
,
value
:
Asc
.
section_footnote_PosPageBottom
},
{
displayValue
:
this
.
textTextBottom
,
value
:
Asc
.
section_footnote_PosBeneathText
}
{
displayValue
:
this
.
textPageBottom
,
value
:
Asc
.
c_oAscFootnotePos
.
section_footnote_PosPageBottom
},
{
displayValue
:
this
.
textTextBottom
,
value
:
Asc
.
c_oAscFootnotePos
.
section_footnote_PosBeneathText
}
]
});
this
.
cmbFootnote
.
setValue
(
Asc
.
section_footnote_PosPageBottom
);
this
.
cmbFootnote
.
setValue
(
Asc
.
c_oAscFootnotePos
.
section_footnote_PosPageBottom
);
this
.
cmbFormat
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#note-settings-combo-format
'
),
...
...
@@ -205,12 +205,12 @@ define([
menuStyle
:
'
min-width: 140px;
'
,
editable
:
false
,
data
:
[
{
displayValue
:
this
.
textContinue
,
value
:
Asc
.
section_footnote_RestartContinuous
},
{
displayValue
:
this
.
textEachSection
,
value
:
Asc
.
section_footnote_RestartEachSect
},
{
displayValue
:
this
.
textEachPage
,
value
:
Asc
.
section_footnote_RestartEachPage
}
{
displayValue
:
this
.
textContinue
,
value
:
Asc
.
c_oAscFootnoteRestart
.
section_footnote_RestartContinuous
},
{
displayValue
:
this
.
textEachSection
,
value
:
Asc
.
c_oAscFootnoteRestart
.
section_footnote_RestartEachSect
},
{
displayValue
:
this
.
textEachPage
,
value
:
Asc
.
c_oAscFootnoteRestart
.
section_footnote_RestartEachPage
}
]
});
this
.
cmbNumbering
.
setValue
(
Asc
.
section_footnote_RestartContinuous
);
this
.
cmbNumbering
.
setValue
(
Asc
.
c_oAscFootnoteRestart
.
section_footnote_RestartContinuous
);
this
.
cmbApply
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#note-settings-combo-apply
'
),
...
...
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