Update: new left menu options for document editors

This commit is contained in:
alexandervnuchkov 2017-12-15 12:16:29 +03:00
parent c53d678fdd
commit b2bb4069d4
4 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,9 @@
<ul class="editors_expand_menu">
<li><a class="leftmenu_documenteditor" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/index.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DocumentEditor/DocumentEditor.ascx" /></a>
<ul class="documenteditor_expand_menu">
<li><a class="leftmenu_documenteditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/ProgramInterface/ProgramInterface.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ProgramInterface/ProgramInterface.ascx" />
</li>
<li><a class="leftmenu_documenteditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Basicoperations/Basicoperations.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/BasicOperations/BasicOperations.ascx" />
</li>

View File

@ -5,5 +5,7 @@
<li><a class="leftmenu_documenteditor_insertautoshapes" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertAutoshapes.aspx")%>">Insert autoshapes</a></li>
<li><a class="leftmenu_documenteditor_insertchart" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertCharts.aspx")%>">Insert charts</a></li>
<li><a class="leftmenu_documenteditor_inserttextobjects" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTextObjects.aspx")%>">Insert text objects</a></li>
<li><a class="leftmenu_documenteditor_alignarrangeobjects" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AlignArrangeObjects.aspx")%>">Align and arrange objects on a page</a></li>
<li><a class="leftmenu_documenteditor_changewrappingstyle" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/ChangeWrappingStyle.aspx")%>">Change text wrapping</a></li>
<%-- <li><a class="leftmenu_documenteditor_insertcontentcontrols" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertRichTextContentControls.aspx")%>">Create forms</a></li>--%>
</ul>

View File

@ -3,6 +3,9 @@
<ul class="editors_expand_menu">
<li><a class="leftmenu_presentationeditor" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/index.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/PresentationEditor/PresentationEditor.ascx" /></a>
<ul class="presentationeditor_expand_menu">
<li><a class="leftmenu_presentationeditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/ProgramInterface/ProgramInterface.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PresentationEditor/ProgramInterface/ProgramInterface.ascx" />
</li>
<li><a class="leftmenu_presentationeditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Basicoperations/Basicoperations.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/PresentationEditor/BasicOperations/BasicOperations.ascx" />
</li>

View File

@ -3,6 +3,9 @@
<ul class="editors_expand_menu">
<li><a class="leftmenu_spreadsheeteditor" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/index.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/SpreadsheetEditor/SpreadsheetEditor.ascx" /></a>
<ul class="spreadsheeteditor_expand_menu">
<li><a class="leftmenu_spreadsheeteditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/ProgramInterface/ProgramInterface.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/SpreadsheetEditor/ProgramInterface/ProgramInterface.ascx" />
</li>
<li><a class="leftmenu_spreadsheeteditor_toggle_menu toggler"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Basicoperations/Basicoperations.ascx" /></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/SpreadsheetEditor/BasicOperations/BasicOperations.ascx" />
</li>