Move FillingOutForm.aspx from Document Editor to PDF editor

This commit is contained in:
Svetlana Maleeva 2023-12-25 16:47:03 +03:00
parent ed0c3c21e1
commit e38e26f433
7 changed files with 18 additions and 17 deletions

View File

@ -1,5 +1,4 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_documenteditor_toggle_expand_menu leftmenu_fillable_forms">
<li><a class="leftmenu_documenteditor_createfillableforms" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CreateFillableForms.aspx")%>">Create fillable forms</a></li>
<li><a class="leftmenu_documenteditor_filloutforms" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/FillingOutForm.aspx")%>">Filling out a form</a></li>
<li><a class="leftmenu_documenteditor_createfillableforms" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CreateFillableForms.aspx")%>">Create fillable forms</a></li>
</ul>

View File

@ -1,4 +1,5 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_pdfeditor_toggle_expand_menu leftmenu_basic_operations">
<li><a class="leftmenu_pdfeditor_opencreatenew" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/OpenCreateNew.aspx")%>">Open an existing PDF or create a new document</a></li>
<li><a class="leftmenu_pdfeditor_filloutforms" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/UsageInstructions/FillingOutForm.aspx")%>">Filling out a form</a></li>
</ul>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PDFEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<%@ Register TagPrefix="cc" TagName="ModifyObjTag" Src="~/Controls/Help/Tags/modify-object/modify-object.ascx" %>
@ -17,7 +17,7 @@
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentEditorTop/DocumentEditorTop.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PDFEditorTop/PDFEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
@ -39,5 +39,5 @@
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/ic0Q2a4Ae2k?wmode=transparent" ID="VideoContainer" />--%>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui filloutforms document_editor_forms">
<div class="teamlabeditorspage pdfeditor pdfeditor_ui filloutforms pdf_editor_forms">
</asp:Content>

View File

@ -59,7 +59,6 @@
{ "src": "UsageInstructions/CreateTableOfContents.htm", "name": "Create table of contents" },
{"src": "UsageInstructions/AddTableofFigures.htm", "name": "Add and Format a Table of Figures" },
{ "src": "UsageInstructions/CreateFillableForms.htm", "name": "Create fillable forms", "headername": "Fillable forms" },
{ "src": "UsageInstructions/FillingOutForm.htm", "name": "Filling Out a Form" },
{"src": "UsageInstructions/UseMailMerge.htm", "name": "Use mail merge", "headername": "Mail Merge"},
{ "src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations", "headername": "Math equations" },
{ "src": "HelpfulHints/CollaborativeEditing.htm", "name": "Co-editing documents in real time", "headername": "Collaboration" },

View File

@ -5,7 +5,8 @@
{ "src": "ProgramInterface/CommentTab.htm", "name": "Comment tab" },
{"src": "ProgramInterface/ViewTab.htm", "name": "View tab"},
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
{ "src": "UsageInstructions/OpenCreateNew.htm", "name": "Open an existing PDF or create a new document", "headername": "Basic operations" },
{ "src": "UsageInstructions/OpenCreateNew.htm", "name": "Open an existing PDF or create a new document", "headername": "Basic operations" },
{ "src": "UsageInstructions/FillingOutForm.htm", "name": "Filling out a form" },
{ "src": "HelpfulHints/Communicating.htm", "name": "Communicating in real time", "headername": "Collaboration" },
{"src": "HelpfulHints/Commenting.htm", "name": "Commenting PDFs"},
{"src": "UsageInstructions/DrawingOperations.htm", "name": "Draw freehand on a PDF" },

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Filling Out a Form</title>
<title>Filling out a form</title>
<meta charset="utf-8" />
<meta name="description" content="Fill out a Form template" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
@ -14,18 +14,19 @@
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Filling Out a Form</h1>
<p>A fillable form is an OFORM file. OFORM is a format for filling out template forms and downloading or printing the form after you have filled it out.</p>
<h1>Filling out a form</h1>
<p>You can fill in the form fields in the PDF file and download or print the form after you have filled it out.</p>
<h2>How to fill in a form:</h2>
<ol>
<li>
Open an OFORM file.
<p><img alt="oform" src="../images/oform.png" /><p>
Open a PDF file.
<p><img alt="Fillable form" src="../images/fillable_form.png" /><p>
</li>
<li>Fill in all the required fields. The mandatory fields are marked with red stroke. Use <div class="icon icon-arrows_formfilling"></div> or <div class="icon icon-next_formfilling"></div> <b>Next Field</b> on the top toolbar to navigate between fields, or click the field you wish to fill in.</li>
<li>Use the <b>Clear All Fields</b> button <img alt="Clear all form filling" src="../images/clearall_formfilling.png" /> to empty all input fields.</li>
<li>After you have filled in all the fields, click the <b>Save as PDF</b> button to save the form to your computer as a PDF file.</li>
<li>
<li>Fill in all the required fields. The mandatory fields are marked with red stroke. Use the <b>Previous Field</b> or <b>Next Field</b> buttons on the top toolbar to navigate between fields, or click the field you wish to fill in.</li>
<li>Use the <b>Clear All Fields</b> button to empty all input fields.</li>
<li>Use <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigation</a> tools to navigate the PDF, adjust zoom, fit to page or width</li>
<li>After you have filled in all the fields, click the <b>Save</b> button to <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save</a> the form or use the <b>Print</b> button to <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">print</a> the form.</li>
<!--<li>
Click <div class = "icon icon-morebutton"></div> in the top right corner of the toolbar for additional options. You can <b>Print</b>, <b>Download as docx</b>, or <b>Download as pdf</b>.
<p><img alt="More OFORM" src="../images/more_oform.png" /></p>
<p>You can also change the form <b>Interface</b> theme by choosing <b>Same as system</b>, <b>Light</b>, <b>Classic Light</b>, <b>Dark</b> or <b>Contrast Dark</b>. Once the <b>Dark</b> or <b>Contrast Dark</b> interface theme is enabled, the <b>Dark mode</b> becomes available.</p>
@ -38,7 +39,7 @@
<li><b>Zoom</b> adjusting tool allows to zoom in and zoom out the page.</li>
</ul>
<p><b>Open file location</b> when you need to browse the folder where the form is stored.</p>
</li>
</li>-->
</ol>
</div>
</body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB