Edit ManagingDocuments.ascx

This commit is contained in:
Svetlana Maleeva 2023-11-22 18:16:53 +03:00
parent 5679dbb0c7
commit 01984ab535

View File

@ -69,7 +69,6 @@
<li>open the needed room where you want to create a new file,</li>
<li>click the <b>Actions</b> button in the left upper corner or the <img alt="Plus icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsplusicon.png")%>" /> Plus icon above the list of documents and select one of the following options:
<ul>
<li><img alt="Drawio icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/drawio.png")%>" /> <b>Draw.io</b> to create a new diagram using the <b>Draw.io</b> plugin,</li>
<li><img alt="Document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/document.png")%>" /> <b>New document</b> to create a new text document,</li>
<li><img alt="Spreadsheet icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/spreadsheet.png")%>" /> <b>New spreadsheet</b> to create a new spreadsheet,</li>
<li><img alt="Presentation icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/presentation.png")%>" /> <b>New presentation</b> to create a new presentation,</li>
@ -79,6 +78,7 @@
</div>
</li>
<li><img alt="Folder icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/folder_personal.png")%>" /> <b>New folder</b> to create a new folder,</li>
<li><b>More...</b> -> <img alt="Drawio icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/drawio.png")%>" /> <b>Draw.io</b> to create a new diagram using the <b>Draw.io</b> plugin,</li>
</ul>
</li>
<li>enter a name for your file or folder into the appropriate field and click the <b>Create</b> button.
@ -127,7 +127,9 @@
<ul>
<li><img alt="Select icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsselect.png")%>" /> <b>Select</b> to select the file in the list.</li>
<li><img alt="Edit Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/editicongray_app.png")%>" /> <b>Edit</b> to open the document for editing in a new tab.</li>
<li><img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dsactions.png")%>" /> <b>Actions</b> -> <b>Edit diagram</b> (available for the <code>.drawio</code> files) to open the diagram for editing.</li>
<li><img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dsactions.png")%>" /> <b>Actions</b> -> <b>Edit diagram</b> (available for the <code>.drawio</code> files) to open the diagram for editing using the <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-plugin-sdk/tree/master/samples/draw-io">Draw.io</a> plugin.</li>
<li><img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dsactions.png")%>" /> <b>Actions</b> -> <b>Convert to PDF</b> (available for the <code>.docx</code>, <code>.xlsx</code>, <code>.pptx</code> files) to convert documents, spreadsheets, and presentations to PDF using the <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-plugin-sdk/tree/master/samples/PDF-Converter">PDF-Converter</a> plugin.</li>
<li><img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dsactions.png")%>" /> <b>Actions</b> -> <b>Convert to text</b> (available for audio and video files) to convert speech from audio and video files into text using the <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-plugin-sdk/tree/master/samples/speech-to-text">Speech-to-text</a> plugin.</li>
<li><img alt="Preview Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dspreviewicon.png")%>" /> <b>Preview</b> to open the document in the <b>Preview</b> mode in a new tab.</li>
<li><img alt="PDF Viewer Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/gettingstarted/dspreviewicon.png")%>" /> <b>PDF Viewer</b> (available for the <code>.pdf</code> files) to open the PDF file in the <b>PDF Viewer</b> in a new tab.</li>
<li><img alt="Link for room members icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dslink.png")%>" /> <b>Copy link</b> to get a link to the file.</li>