From 20b63727fde840390393dc636ecac91899791d60 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 15 Jan 2018 17:32:17 +0300 Subject: [PATCH] Change default help items. --- .../main/app/view/FileMenuPanels.js | 77 ++++++++++++------- .../main/app/view/FileMenuPanels.js | 47 +++++++---- .../main/app/view/FileMenuPanels.js | 55 ++++++++----- 3 files changed, 118 insertions(+), 61 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index f2447960f..09b53fe77 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -965,33 +965,56 @@ define([ this.urlPref = 'resources/help/en/'; this.en_data = [ - {src: "UsageInstructions/SetPageParameters.htm", name: "Set page parameters", headername: "Usage Instructions", selected: true}, - {src: "UsageInstructions/CopyPasteUndoRedo.htm", name: "Copy/paste text passages, undo/redo your actions"}, - {src: "UsageInstructions/NonprintingCharacters.htm", name: "Show/hide nonprinting characters"}, - {src: "UsageInstructions/AlignText.htm", name: "Align your text in a line or paragraph"}, - {src: "UsageInstructions/FormattingPresets.htm", name: "Apply formatting presets"}, - {src: "UsageInstructions/BackgroundColor.htm", name: "Select background color for a paragraph"}, - {src: "UsageInstructions/ParagraphIndents.htm", name: "Change paragraph indents"}, - {src: "UsageInstructions/LineSpacing.htm", name: "Set paragraph line spacing"}, - {src: "UsageInstructions/PageBreaks.htm", name: "Insert page breaks"}, - {src: "UsageInstructions/AddBorders.htm", name: "Add Borders"}, - {src: "UsageInstructions/FontTypeSizeColor.htm", name: "Set font type, size, and color"}, - {src: "UsageInstructions/DecorationStyles.htm", name: "Apply font decoration styles"}, - {src: "UsageInstructions/CopyClearFormatting.htm", name: "Copy/clear text formatting"}, - {src: "UsageInstructions/CreateLists.htm", name: "Create lists"}, - {src: "UsageInstructions/InsertTables.htm", name: "Insert tables"}, - {src: "UsageInstructions/InsertImages.htm", name: "Insert images"}, - {src: "UsageInstructions/AddHyperlinks.htm", name: "Add hyperlinks"}, - {src: "UsageInstructions/InsertHeadersFooters.htm", name: "Insert headers and footers"}, - {src: "UsageInstructions/InsertPageNumbers.htm", name: "Insert page numbers"}, - {src: "UsageInstructions/ViewDocInfo.htm", name: "View document information"}, - {src: "UsageInstructions/SavePrintDownload.htm", name: "Save/print/download your document"}, - {src: "UsageInstructions/OpenCreateNew.htm", name: "Create a new document or open an existing one"}, - {src: "HelpfulHints/About.htm", name: "About ONLYOFFICE Document Editor", headername: "Helpful Hints"}, - {src: "HelpfulHints/SupportedFormats.htm", name: "Supported Formats of Electronic Documents"}, - {src: "HelpfulHints/Navigation.htm", name: "Navigation through Your Document"}, - {src: "HelpfulHints/Search.htm", name: "Search Function"}, - {src: "HelpfulHints/KeyboardShortcuts.htm", name: "Keyboard Shortcuts"} + {"src": "ProgramInterface/ProgramInterface.htm", "name": "Introducing Document Editor user interface", "headername": "Program Interface"}, + {"src": "ProgramInterface/FileTab.htm", "name": "File tab"}, + {"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"}, + {"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"}, + {"src": "ProgramInterface/LayoutTab.htm", "name": "Layout tab"}, + {"src": "ProgramInterface/ReviewTab.htm", "name": "Review tab"}, + {"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"}, + {"src": "UsageInstructions/ChangeColorScheme.htm", "name": "Change color scheme", "headername": "Basic operations"}, + {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste text passages, undo/redo your actions"}, + {"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new document or open an existing one"}, + {"src": "UsageInstructions/SetPageParameters.htm", "name": "Set page parameters", "headername": "Page formatting"}, + {"src": "UsageInstructions/NonprintingCharacters.htm", "name": "Show/hide nonprinting characters" }, + {"src": "UsageInstructions/SectionBreaks.htm", "name": "Insert section breaks" }, + {"src": "UsageInstructions/InsertHeadersFooters.htm", "name": "Insert headers and footers"}, + {"src": "UsageInstructions/InsertPageNumbers.htm", "name": "Insert page numbers"}, + {"src": "UsageInstructions/InsertFootnotes.htm", "name": "Insert footnotes"}, + {"src": "UsageInstructions/AlignText.htm", "name": "Align your text in a paragraph", "headername": "Paragraph formatting"}, + {"src": "UsageInstructions/BackgroundColor.htm", "name": "Select background color for a paragraph"}, + {"src": "UsageInstructions/ParagraphIndents.htm", "name": "Change paragraph indents"}, + {"src": "UsageInstructions/LineSpacing.htm", "name": "Set paragraph line spacing"}, + {"src": "UsageInstructions/PageBreaks.htm", "name": "Insert page breaks"}, + {"src": "UsageInstructions/AddBorders.htm", "name": "Add borders"}, + {"src": "UsageInstructions/SetTabStops.htm", "name": "Set tab stops"}, + {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"}, + {"src": "UsageInstructions/FormattingPresets.htm", "name": "Apply formatting styles", "headername": "Text formatting"}, + {"src": "UsageInstructions/FontTypeSizeColor.htm", "name": "Set font type, size, and color"}, + {"src": "UsageInstructions/DecorationStyles.htm", "name": "Apply font decoration styles"}, + {"src": "UsageInstructions/CopyClearFormatting.htm", "name": "Copy/clear text formatting" }, + {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"}, + {"src": "UsageInstructions/InsertDropCap.htm", "name": "Insert a drop cap"}, + {"src": "UsageInstructions/InsertTables.htm", "name": "Insert tables", "headername": "Operations on objects"}, + {"src": "UsageInstructions/InsertImages.htm", "name": "Insert images"}, + {"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert autoshapes"}, + {"src": "UsageInstructions/InsertCharts.htm", "name": "Insert charts" }, + {"src": "UsageInstructions/InsertTextObjects.htm", "name": "Insert text objects" }, + {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a page" }, + {"src": "UsageInstructions/ChangeWrappingStyle.htm", "name": "Change wrapping style" }, + {"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": "Collaborative document editing", "headername": "Document co-editing"}, + {"src": "HelpfulHints/Review.htm", "name": "Document Review"}, + {"src": "UsageInstructions/ViewDocInfo.htm", "name": "View document information", "headername": "Tools and settings"}, + {"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/download/print your document" }, + {"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Document Editor"}, + {"src": "HelpfulHints/Navigation.htm", "name": "View settings and navigation tools"}, + {"src": "HelpfulHints/Search.htm", "name": "Search and replace function"}, + {"src": "HelpfulHints/SpellChecking.htm", "name": "Spell-checking"}, + {"src": "HelpfulHints/About.htm", "name": "About Document Editor", "headername": "Helpful hints"}, + {"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported formats of electronic documents" }, + {"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard shortcuts"} ]; if (Common.Utils.isIE) { diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index ae3d6ea67..4d76e331a 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -756,20 +756,39 @@ define([ this.urlPref = 'resources/help/en/'; this.en_data = [ - {src: "UsageInstructions/SetPageParameters.htm", name: "Set page parameters", headername: "Usage Instructions"}, - {src: "UsageInstructions/CopyPasteUndoRedo.htm", name: "Copy/paste text passages, undo/redo your actions"}, - {src: "UsageInstructions/LineSpacing.htm", name: "Set paragraph line spacing"}, - {src: "UsageInstructions/CopyClearFormatting.htm", name: "Copy/clear text formatting"}, - {src: "UsageInstructions/CreateLists.htm", name: "Create lists"}, - {src: "UsageInstructions/InsertImages.htm", name: "Insert images"}, - {src: "UsageInstructions/ViewDocInfo.htm", name: "View document information"}, - {src: "UsageInstructions/SavePrintDownload.htm", name: "Save/print/download your document"}, - {src: "UsageInstructions/OpenCreateNew.htm", name: "Create a new document or open an existing one"}, - {src: "HelpfulHints/About.htm", name: "About ONLYOFFICE Document Editor", headername: "Helpful Hints"}, - {src: "HelpfulHints/SupportedFormats.htm", name: "Supported Formats of Electronic Documents"}, - {src: "HelpfulHints/Navigation.htm", name: "Navigation through Your Document"}, - {src: "HelpfulHints/Search.htm", name: "Search Function"}, - {src: "HelpfulHints/KeyboardShortcuts.htm", name: "Keyboard Shortcuts"} + {"src": "ProgramInterface/ProgramInterface.htm", "name": "Introducing Presentation Editor user interface", "headername": "Program Interface"}, + {"src": "ProgramInterface/FileTab.htm", "name": "File tab"}, + {"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"}, + {"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"}, + {"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"}, + {"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new presentation or open an existing one", "headername": "Basic operations" }, + {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste data, undo/redo your actions"}, + {"src": "UsageInstructions/ManageSlides.htm", "name": "Manage slides", "headername": "Working with slides"}, + {"src": "UsageInstructions/SetSlideParameters.htm", "name": "Set slide parameters"}, + {"src": "UsageInstructions/ApplyTransitions.htm", "name": "Apply transitions" }, + {"src": "UsageInstructions/PreviewPresentation.htm", "name": "Preview your presentation" }, + {"src": "UsageInstructions/InsertText.htm", "name": "Insert and format your text", "headername": "Text formatting"}, + {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"}, + {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists" }, + {"src": "UsageInstructions/CopyClearFormatting.htm", "name": "Copy/clear formatting"}, + {"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert and format autoshapes", "headername": "Operations on objects"}, + {"src": "UsageInstructions/InsertImages.htm", "name": "Insert and adjust images"}, + {"src": "UsageInstructions/InsertCharts.htm", "name": "Insert and edit charts" }, + {"src": "UsageInstructions/InsertTables.htm", "name": "Insert and format tables" }, + {"src": "UsageInstructions/FillObjectsSelectColor.htm", "name": "Fill objects and select colors"}, + {"src": "UsageInstructions/ManipulateObjects.htm", "name": "Manipulate objects on a slide"}, + {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a slide"}, + {"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations", "headername": "Math equations" }, + {"src": "HelpfulHints/CollaborativeEditing.htm", "name": "Collaborative presentation editing", "headername": "Presentation co-editing" }, + {"src": "UsageInstructions/ViewPresentationInfo.htm", "name": "View presentation information", "headername": "Tools and settings"}, + {"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/print/download your presentation" }, + {"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Presentation Editor"}, + {"src": "HelpfulHints/Navigation.htm", "name": "View settings and navigation tools"}, + {"src": "HelpfulHints/Search.htm", "name": "Search function"}, + {"src": "HelpfulHints/SpellChecking.htm", "name": "Spell-checking"}, + {"src": "HelpfulHints/About.htm", "name": "About Presentation Editor", "headername": "Helpful hints"}, + {"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported formats of electronic presentations"}, + {"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard shortcuts"} ]; if (Common.Utils.isIE) { diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 3f6db8126..a8fe5ee80 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1209,26 +1209,41 @@ define([ this.urlPref = 'resources/help/en/'; this.en_data = [ - {src: "UsageInstructions/OpenCreateNew.htm", name: "Create a new spreadsheet or open an existing one", headername: "Usage Instructions", selected: true}, - {src: "UsageInstructions/ManageSheets.htm", name: "Manage sheets"}, - {src: "UsageInstructions/InsertDeleteCells.htm", name: "Insert or delete cells, rows, and columns"}, - {src: "UsageInstructions/CopyPasteData.htm", name: "Copy and paste data"}, - {src: "UsageInstructions/FontTypeSizeStyle.htm", name: "Set font type, size, style, and colors"}, - {src: "UsageInstructions/AlignText.htm", name: "Align data in cells"}, - {src: "UsageInstructions/AddBorders.htm", name: "Add borders"}, - {src: "UsageInstructions/MergeCells.htm", name: "Merge cells"}, - {src: "UsageInstructions/ClearFormatting.htm", name: "Clear text, format in a cell"}, - {src: "UsageInstructions/SortData.htm", name: "Sort data"}, - {src: "UsageInstructions/InsertFunction.htm", name: "Insert function"}, - {src: "UsageInstructions/ChangeNumberFormat.htm", name: "Change number format"}, - {src: "UsageInstructions/UndoRedo.htm", name: "Undo/redo your actions"}, - {src: "UsageInstructions/ViewDocInfo.htm", name: "View file information"}, - {src: "UsageInstructions/SavePrintDownload.htm", name: "Save/print/download your spreadsheet"}, - {src: "HelpfulHints/About.htm", name: "About ONLYOFFICE Spreadsheet Editor", headername: "Helpful Hints"}, - {src: "HelpfulHints/SupportedFormats.htm", name: "Supported Formats of Spreadsheets"}, - {src: "HelpfulHints/Navigation.htm", name: "Navigation through Your Spreadsheet"}, - {src: "HelpfulHints/Search.htm", name: "Search Function"}, - {src: "HelpfulHints/KeyboardShortcuts.htm", name: "Keyboard Shortcuts"} + {"src": "ProgramInterface/ProgramInterface.htm", "name": "Introducing Spreadsheet Editor user interface", "headername": "Program Interface"}, + {"src": "ProgramInterface/FileTab.htm", "name": "File tab"}, + {"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"}, + {"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"}, + {"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"}, + {"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new spreadsheet or open an existing one", "headername": "Basic operations" }, + {"src": "UsageInstructions/CopyPasteData.htm", "name": "Cut/copy/paste data" }, + {"src": "UsageInstructions/UndoRedo.htm", "name": "Undo/redo your actions"}, + {"src": "UsageInstructions/ManageSheets.htm", "name": "Manage sheets", "headername": "Operations with sheets"}, + {"src": "UsageInstructions/FontTypeSizeStyle.htm", "name": "Set font type, size, style, and colors", "headername": "Cell text formatting" }, + {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks" }, + {"src": "UsageInstructions/ClearFormatting.htm", "name": "Clear text, format in a cell, copy cell format"}, + {"src": "UsageInstructions/AddBorders.htm", "name": "Add borders", "headername": "Editing cell properties"}, + {"src": "UsageInstructions/AlignText.htm", "name": "Align data in cells"}, + {"src": "UsageInstructions/MergeCells.htm", "name": "Merge cells" }, + {"src": "UsageInstructions/ChangeNumberFormat.htm", "name": "Change number format" }, + {"src": "UsageInstructions/InsertDeleteCells.htm", "name": "Manage cells, rows, and columns", "headername": "Editing rows/columns" }, + {"src": "UsageInstructions/SortData.htm", "name": "Sort and filter data" }, + {"src": "UsageInstructions/InsertFunction.htm", "name": "Insert function", "headername": "Work with functions"}, + {"src": "UsageInstructions/UseNamedRanges.htm", "name": "Use named ranges"}, + {"src": "UsageInstructions/InsertImages.htm", "name": "Insert images", "headername": "Operations on objects"}, + {"src": "UsageInstructions/InsertChart.htm", "name": "Insert chart"}, + {"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert and format autoshapes" }, + {"src": "UsageInstructions/InsertTextObjects.htm", "name": "Insert text objects" }, + {"src": "UsageInstructions/ManipulateObjects.htm", "name": "Manipulate objects" }, + {"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations", "headername": "Math equations"}, + {"src": "HelpfulHints/CollaborativeEditing.htm", "name": "Collaborative spreadsheet editing", "headername": "Spreadsheet co-editing"}, + {"src": "UsageInstructions/ViewDocInfo.htm", "name": "View file information", "headername": "Tools and settings"}, + {"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/print/download your spreadsheet"}, + {"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Spreadsheet Editor"}, + {"src": "HelpfulHints/Navigation.htm", "name": "View settings and navigation tools"}, + {"src": "HelpfulHints/Search.htm", "name": "Search and replace functions"}, + {"src": "HelpfulHints/About.htm", "name": "About Spreadsheet Editor", "headername": "Helpful hints"}, + {"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported formats of spreadsheets"}, + {"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard shortcuts"} ]; if (Common.Utils.isIE) {