Merge branch 'feature/build_8.1' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-06-18 15:05:39 +03:00
commit 5c503a8772
4 changed files with 71 additions and 1 deletions

View File

@ -2,4 +2,5 @@
<ul class="leftmenu_presentationeditor_toggle_expand_menu leftmenu_basic_operations">
<li><a class="leftmenu_presentationeditor_opencreatenew" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/OpenCreateNew.aspx")%>">Create a new presentation or open an existing one</a></li>
<li><a class="leftmenu_presentationeditor_copypaste" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/CopyPasteUndoRedo.aspx")%>">Copy/paste data, undo/redo your actions</a></li>
<li><a class="leftmenu_presentationeditor_colorscheme" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/ChangeColorScheme.aspx")%>">Change color scheme</a></li>
</ul>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PresentationEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PresentationEditorTop/PresentationEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/basic-editing-operations/basic-editing-operations.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui colorscheme presentation_editor_basic">
</asp:Content>

View File

@ -15,7 +15,7 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Home tab</h1>
<p>The <b>Home</b> tab appears by default when you open the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>. It also allows formatting fonts and paragraphs. Some other options are also available here, such as <span class="onlineDocumentFeatures"><b>Mail Merge</b></span> and color schemes.</p>
<p>The <b>Home</b> tab appears by default when you open the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>. It also allows formatting fonts and paragraphs.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Document Editor:</p>
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>

View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<title>Change color scheme</title>
<meta charset="utf-8" />
<meta name="description" content="Learn how to change color scheme for a presentation" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Change color scheme</h1>
<p>Color schemes are applied to the whole presentation. In the <a href="https://www.onlyoffice.com/presentation-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a>, you can quickly change the appearance of your presentation because they define the <b>Theme Colors</b> palette for different presentation elements (<a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">objects</a>, <a href="../UsageInstructions/InsertTables.htm" onclick="onhyperlinkclick(this)">tables</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">autoshapes</a>, <a href="../UsageInstructions/InsertCharts.htm" onclick="onhyperlinkclick(this)">charts</a>). If you applied some <b>Theme Colors</b> to the presentation elements and then select a different <b>Color Scheme</b>, the applied colors in your presentation will change correspondingly.</p>
<p>To change a color scheme, click the downward arrow next to the <b>Color Scheme</b> <span class="icon icon-changecolorscheme"></span> icon on the <b>Layout</b> tab of the top toolbar and select the required color scheme from the list: <b>Aspect</b>, <b>Blue Green</b>, <b>Blue II</b>, <b>Blue Warm</b>, <b>Blue</b>, <b>Grayscale</b>, <b>Green Yellow</b>, <b>Green</b>, <b>Marquee</b>, <b>Median</b>, <b>Office 2007-2010</b>, <b>Office 2013-2022</b>, <b>Office</b>, <b>Orange Red</b>, <b>Orange</b>, <b>Paper</b>, <b>Red Orange</b>, <b>Red Violet</b>, <b>Red</b>, <b>Slipstream</b>, <b>Violet II</b>, <b>Violet</b>, <b>Yellow Orange</b>, <b>Yellow</b>, and <b>New Office</b>. The selected color scheme will be highlighted in the list.</p>
<p><img alt="Color Schemes" src="../images/colorscheme.png" /></p>
<p>Once you select the preferred color scheme, you can select other colors in the color palettes window that corresponds to the presentation element you want to apply the color to. For most presentation elements, the color palettes window can be accessed by clicking the colored box on the right sidebar when the required element is selected. For the font, this window can be opened using the downward arrow next to the <b>Font color</b> <span class="icon icon-fontcolor"></span> icon on the <b>Home</b> tab of the top toolbar. The following palettes are available:</p>
<p><img alt="Palette" src="../images/palette.png" /></p>
<ul>
<li><b>Theme colors</b> - the colors that correspond to the selected color scheme of the presentation.</li>
<li><b>Standard colors</b> - a set of default colors. The selected color scheme does not affect them.</li>
<li>
You can also apply a <b>custom color</b> using two different options:
<ul>
<li>
<b>Eyedropper</b> - use this option to choose the required color by clicking it in the presentation.
</li>
<li>
<b>More colors</b> - click this caption if the required color is missing among the available palettes. Select the necessary color range moving the vertical color slider and set a specific color dragging the color picker within the large square color field. Once you select a color with the color picker, the appropriate RGB and sRGB color values will be displayed in the fields on the right. You can also define a color on the base of the RGB color model by entering the corresponding numeric values into the <b>R</b>, <b>G</b>, <b>B</b> (red, green, blue) fields or enter the sRGB hexadecimal code into the field marked with the <b>#</b> sign. The selected color appears in the <b>New</b> preview box. If the object was previously filled with any custom color, this color is displayed in the <b>Current</b> box so you can compare the original and modified colors. When the color is defined, click the <b>Add</b> button:
<p><img alt="Palette - Custom Color" src="../../../../../../common/main/resources/help/en/images/palette_custom.png" /></p>
<p>The custom color will be applied to the selected element and added to the <b>Recent colors</b> palette.</p>
</li>
</ul>
</li>
</ul>
</div>
</body>
</html>