Commit dfa61e36 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Сделана отрисовка класса Paragraph через классы Run, добавлены тестовые...

Сделана отрисовка класса Paragraph через классы Run, добавлены тестовые функции для тестирования пересчета.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53389 954022d7-b5bf-4e40-9824-e11837661b57
parent 6f0c12f2
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -124,6 +124,7 @@
<script type="text/javascript" src="Editor/DrawingObjects.js"></script>
<script type="text/javascript" src="Editor/FlowObjects.js"></script>
<script type="text/javascript" src="Editor/ParagraphContent.js"></script>
<script type="text/javascript" src="Editor/Run.js"></script>
<script type="text/javascript" src="Editor/Paragraph.js"></script>
<script type="text/javascript" src="Editor/Sections.js"></script>
<script type="text/javascript" src="Editor/Numbering.js"></script>
......
......@@ -1010,20 +1010,34 @@ $("#td_formatmodel,#td_info, #td_redo, #td_undo, #td_orient, #td_bold, #td_itali
//editor.WordControl.m_oLogicDocument.Document_CreateFontMap();
Menu_Hyperlink_Add();
//Menu_Hyperlink_Add();
//editor.WordControl.m_oLogicDocument.Add_DropCap();
//editor.WordControl.m_oLogicDocument.Search_Start(String);
//var Math = new ParaMath();
//Math.Math.test_for_edit();
//editor.WordControl.m_oLogicDocument.Create_NewHistoryPoint();
//editor.WordControl.m_oLogicDocument.Paragraph_Add( Math );
editor.WordControl.m_oLogicDocument.LoadTestDocument();
break;
case "td_indent":
//var Time = History.Get_EditingTime(10000);
//alert("Время редактирования " + (Time / 1000) );
editor.IncreaseIndent()
//editor.IncreaseIndent()
editor.WordControl.m_oLogicDocument.Run_TestRecalculate();
break;
case "td_outdent":
editor.DecreaseIndent();
//editor.DecreaseIndent();
editor.WordControl.m_oLogicDocument.LoadTestDocument2();
break;
case "bulletedlist":
if ($("#td_bulletedlist").hasClass("iconPressed")){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment