Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
sdkjs
Commits
8bd98cc0
Commit
8bd98cc0
authored
Jun 06, 2016
by
Ilya Kirillov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Новые файлы, связанные со сносками, переформатированы на табы.
parent
0701ee69
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
70 deletions
+70
-70
word/Editor/FootEndNote.js
word/Editor/FootEndNote.js
+1
-1
word/Editor/Footnotes.js
word/Editor/Footnotes.js
+69
-69
No files found.
word/Editor/FootEndNote.js
View file @
8bd98cc0
word/Editor/Footnotes.js
View file @
8bd98cc0
...
...
@@ -20,6 +20,7 @@ function CFootnotesController(LogicDocument)
this
.
Footnote
=
{};
// Список всех сносок с ключом - Id.
this
.
Pages
=
[];
// Добавляем данный класс в таблицу Id (обязательно в конце конструктора)
LogicDocument
.
Get_TableId
().
Add
(
this
,
this
.
Id
);
}
...
...
@@ -65,7 +66,6 @@ CFootnotesController.prototype.Recalculate = function(nPageIndex, X, XLimit, Y,
// Мы пересчет начинаем с 0, потом просто делаем сдвиг, через функцию Shift.
var
CurY
=
Y
;
for
(
var
nIndex
=
0
;
nIndex
<
this
.
Pages
[
nPageIndex
].
Elements
.
length
;
++
nIndex
)
{
var
Footnote
=
this
.
Pages
[
nPageIndex
].
Elements
[
nIndex
];
...
...
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