From 0bcff164dfb8369d51703f3363691586935626c4 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 29 Aug 2018 13:56:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../100020_plugins/100020_plugins.ascx | 3 + .../PDFdocumentation/PDFdocumentation.ascx | 12 +- .../Help/Desktop/Documents/DEChangelog.ascx | 2 +- .../Help/Desktop/Documents/Documents.ascx | 4 + .../DesktopLinuxInstallRHEL.ascx | 2 + .../Linux/LinuxDesktopDocuments.ascx | 6 +- .../Desktop/Documents/Plugins/Example.ascx | 39 +++++ .../Documents/Plugins/Installation.ascx | 26 +++ .../Documents/Plugins/Introduction.ascx | 25 +++ .../Desktop/Documents/Plugins/Plugins.ascx | 62 +++++++ .../Desktop/Documents/Plugins/Structure.ascx | 26 +++ .../Documents/Plugins/Structure/Ascscope.ascx | 45 ++++++ .../Documents/Plugins/Structure/Config.ascx | 151 ++++++++++++++++++ .../Executemethod/Addcontentcontrol.ascx | 86 ++++++++++ .../Executemethod/Getallcontentcontrols.ascx | 36 +++++ .../Getcurrentcontentcontrol.ascx | 32 ++++ .../Insertandreplacecontentcontrols.ascx | 123 ++++++++++++++ .../Executemethod/Removecontentcontrol.ascx | 33 ++++ .../Executemethod/Removecontentcontrols.ascx | 38 +++++ .../Documents/Plugins/Structure/Index.ascx | 40 +++++ .../Plugins/Structure/Info/Infodata.ascx | 43 +++++ .../Structure/Info/Infoeditortype.ascx | 52 ++++++ .../Plugins/Structure/Info/Infoguid.ascx | 34 ++++ .../Plugins/Structure/Info/Infoheight.ascx | 44 +++++ .../Plugins/Structure/Info/Infoimgsrc.ascx | 43 +++++ .../Plugins/Structure/Info/Infommtopx.ascx | 45 ++++++ .../Plugins/Structure/Info/Infoobjectid.ascx | 43 +++++ .../Structure/Info/Inforecalculate.ascx | 42 +++++ .../Plugins/Structure/Info/Inforesize.ascx | 35 ++++ .../Plugins/Structure/Info/Infowidth.ascx | 44 +++++ .../Documents/Plugins/Structure/Init.ascx | 54 +++++++ .../Structure/Initonexternalmouseup.ascx | 51 ++++++ .../Plugins/Structure/Onmethodreturn.ascx | 40 +++++ .../Plugins/Structure/Plugincode.ascx | 52 ++++++ .../Plugins/Structure/Windowascplugin.ascx | 99 ++++++++++++ .../Structure/Windowascpluginbutton.ascx | 48 ++++++ .../Structure/Windowascplugincallcommand.ascx | 62 +++++++ .../Windowascpluginexecutecommand.ascx | 91 +++++++++++ .../Windowascpluginexecutemethod.ascx | 63 ++++++++ .../Structure/Windowascplugininfo.ascx | 117 ++++++++++++++ .../DesktopWindowsInstall.ascx | 9 +- .../TopControls/PluginsTop/PluginsTop.ascx | 3 + .../Controls/Help/Viewers/MediaPlayer.ascx | 2 +- helpcenter.r7-office.ru/Web/css/common.less | 8 + .../desktop/documents/plugins/example.aspx | 14 ++ .../Web/desktop/documents/plugins/index.aspx | 14 ++ .../documents/plugins/installation.aspx | 14 ++ .../documents/plugins/introduction.aspx | 14 ++ .../desktop/documents/plugins/structure.aspx | 14 ++ .../documents/plugins/structure/ascscope.aspx | 14 ++ .../documents/plugins/structure/config.aspx | 14 ++ .../executemethod/addcontentcontrol.aspx | 14 ++ .../executemethod/getallcontentcontrols.aspx | 14 ++ .../getcurrentcontentcontrol.aspx | 14 ++ .../insertandreplacecontentcontrols.aspx | 14 ++ .../executemethod/removecontentcontrol.aspx | 14 ++ .../executemethod/removecontentcontrols.aspx | 14 ++ .../documents/plugins/structure/index.aspx | 14 ++ .../plugins/structure/info/infodata.aspx | 14 ++ .../structure/info/infoeditortype.aspx | 14 ++ .../plugins/structure/info/infoguid.aspx | 14 ++ .../plugins/structure/info/infoheight.aspx | 14 ++ .../plugins/structure/info/infoimgsrc.aspx | 14 ++ .../plugins/structure/info/infommtopx.aspx | 14 ++ .../plugins/structure/info/infoobjectid.aspx | 14 ++ .../structure/info/inforecalculate.aspx | 14 ++ .../plugins/structure/info/inforesize.aspx | 14 ++ .../plugins/structure/info/infowidth.aspx | 14 ++ .../documents/plugins/structure/init.aspx | 14 ++ .../structure/initonexternalmouseup.aspx | 14 ++ .../plugins/structure/onmethodreturn.aspx | 14 ++ .../plugins/structure/plugincode.aspx | 14 ++ .../plugins/structure/windowascplugin.aspx | 14 ++ .../structure/windowascpluginbutton.aspx | 14 ++ .../structure/windowascplugincallcommand.aspx | 14 ++ .../windowascpluginexecutecommand.aspx | 14 ++ .../windowascpluginexecutemethod.aspx | 14 ++ .../structure/windowascplugininfo.aspx | 14 ++ .../Guides/small/plugins/pluginsettings.png | Bin 0 -> 11919 bytes .../small/plugins/remove-plugin-button.png | Bin 0 -> 202 bytes .../Web/images/favicon.ico | Bin 5430 -> 4286 bytes .../Web/images/logonew-@2x.png | Bin 0 -> 10950 bytes .../Web/images/logonew.png | Bin 6837 -> 4100 bytes .../Web/pdf/Guides/new_version.pdf | Bin 91961 -> 87922 bytes .../pdf/Installation/InstallEditorsforRPM.pdf | Bin 78307 -> 92980 bytes .../Installation/InstallEditorsforWindows.pdf | Bin 72352 -> 64298 bytes 86 files changed, 2373 insertions(+), 18 deletions(-) create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/ArticlesCompleteList/Desktop/100020_plugins/100020_plugins.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Example.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Installation.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Introduction.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Plugins.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Ascscope.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Config.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Addcontentcontrol.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Getallcontentcontrols.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Getcurrentcontentcontrol.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Insertandreplacecontentcontrols.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Removecontentcontrol.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Executemethod/Removecontentcontrols.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Index.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infodata.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infoeditortype.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infoguid.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infoheight.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infoimgsrc.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infommtopx.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infoobjectid.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Inforecalculate.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Inforesize.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Info/Infowidth.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Init.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Initonexternalmouseup.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Onmethodreturn.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Plugincode.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascplugin.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascpluginbutton.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascplugincallcommand.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascpluginexecutecommand.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascpluginexecutemethod.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Plugins/Structure/Windowascplugininfo.ascx create mode 100644 helpcenter.r7-office.ru/Web/Controls/Help/VariousControls/TopControls/PluginsTop/PluginsTop.ascx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/example.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/index.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/installation.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/introduction.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/ascscope.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/config.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/addcontentcontrol.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/getallcontentcontrols.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/getcurrentcontentcontrol.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/insertandreplacecontentcontrols.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/removecontentcontrol.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/executemethod/removecontentcontrols.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/index.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infodata.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infoeditortype.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infoguid.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infoheight.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infoimgsrc.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infommtopx.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infoobjectid.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/inforecalculate.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/inforesize.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/info/infowidth.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/init.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/initonexternalmouseup.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/onmethodreturn.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/plugincode.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascplugin.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascpluginbutton.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascplugincallcommand.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascpluginexecutecommand.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascpluginexecutemethod.aspx create mode 100644 helpcenter.r7-office.ru/Web/desktop/documents/plugins/structure/windowascplugininfo.aspx create mode 100644 helpcenter.r7-office.ru/Web/images/Help/ru/Guides/small/plugins/pluginsettings.png create mode 100644 helpcenter.r7-office.ru/Web/images/Help/ru/Guides/small/plugins/remove-plugin-button.png create mode 100644 helpcenter.r7-office.ru/Web/images/logonew-@2x.png diff --git a/helpcenter.r7-office.ru/Web/Controls/Help/ArticlesCompleteList/Desktop/100020_plugins/100020_plugins.ascx b/helpcenter.r7-office.ru/Web/Controls/Help/ArticlesCompleteList/Desktop/100020_plugins/100020_plugins.ascx new file mode 100644 index 000000000..495fbb9fa --- /dev/null +++ b/helpcenter.r7-office.ru/Web/Controls/Help/ArticlesCompleteList/Desktop/100020_plugins/100020_plugins.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +">Руководство по работе с плагинами \ No newline at end of file diff --git a/helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Common/PDFdocumentation/PDFdocumentation.ascx b/helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Common/PDFdocumentation/PDFdocumentation.ascx index 01176ee73..97c0d2f6c 100644 --- a/helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Common/PDFdocumentation/PDFdocumentation.ascx +++ b/helpcenter.r7-office.ru/Web/Controls/Help/Desktop/Documents/Common/PDFdocumentation/PDFdocumentation.ascx @@ -26,13 +26,13 @@

Руководства по установке

Руководства пользователя