Commit 2d3e1380 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: deminimify app.js documenteditor, presentationeditor

parent ad05877c
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts50885450.55</string> </value>
<value> <string>ts52780726.72</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -30,7 +30,7 @@
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2472287</int> </value>
<value> <int>2472313</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -50,11 +50,11 @@
<value> <string encoding="cdata"><![CDATA[
/*\n
* Copyright (c) Ascensio System SIA 2015. All rights reserved\n
* Copyright (c) Ascensio System SIA 2016. All rights reserved\n
*\n
* http://www.onlyoffice.com \n
*\n
* Version: 3.0.0 (build:963, rev:cb3d33b\n
* Version: 3.0.0 (build:967, rev:cb3d33b\n
, date:Fri Dec 18 22:30:55 2015 +0300\n
)\n
*/\n
......@@ -3891,7 +3891,8 @@ function matcherFromTokens( tokens ) {\n
\t\t\t\t// Find the next relative operator (if any) for proper handling\n
\t\t\t\tj = ++i;\n
\t\t\t\tfor ( ; j < len; j++ ) {\n
\t\t\t\t\tif ( Expr.relative[ tokens
\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n
\t\t\t\t\t\tbreak
]]></string> </value>
</item>
......@@ -3914,8 +3915,7 @@ function matcherFromTokens( tokens ) {\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
[j].type ] ) {\n
\t\t\t\t\t\tbreak;\n
;\n
\t\t\t\t\t}\n
\t\t\t\t}\n
\t\t\t\treturn setMatcher(\n
......@@ -6237,7 +6237,13 @@ jQuery.event = {\n
\t\t\t\t// Support: Firefox 20+\n
\t\t\t\t// Firefox doesn\'t alert if the returnValue field is not set.\n
\t\t\t\tif ( event.result !== undefined ) {\n
\t\t\t\t\tevent.originalEvent.returnValue = event.resu
\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n
\t\t\t\t}\n
\t\t\t}\n
\t\t}\n
\t},\n
\n
\ts
]]></string> </value>
</item>
......@@ -6260,13 +6266,7 @@ jQuery.event = {\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
lt;\n
\t\t\t\t}\n
\t\t\t}\n
\t\t}\n
\t},\n
\n
\tsimulate: function( type, elem, event, bubble ) {\n
imulate: function( type, elem, event, bubble ) {\n
\t\t// Piggyback on a donor event to simulate a different one.\n
\t\t// Fake originalEvent to avoid donor\'s stopPropagation, but if the\n
\t\t// simulated event prevents default then we do the same on the donor.\n
......@@ -8671,7 +8671,9 @@ jQuery.extend({\n
\n
\t\t// If no transport, we auto-abort\n
\t\tif ( !transport ) {\n
\t\t\tdone( -1, "No Transport
\t\t\tdone( -1, "No Transport" );\n
\t\t} else {\n
\t\t\tjqXHR.r
]]></string> </value>
</item>
......@@ -8694,9 +8696,7 @@ jQuery.extend({\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
" );\n
\t\t} else {\n
\t\t\tjqXHR.readyState = 1;\n
eadyState = 1;\n
\n
\t\t\t// Send global event\n
\t\t\tif ( fireGlobals ) {\n
......@@ -10876,7 +10876,7 @@ if ( typeof window === "object" && typeof window.document === "object" ) {\n
},\n
\n
// Remove a model, or a list of models from the set.\n
remove: function(models,
]]></string> </value>
</item>
......@@ -10899,7 +10899,7 @@ if ( typeof window === "object" && typeof window.document === "object" ) {\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
remove: function(models, options) {\n
options) {\n
var singular = !_.isArray(models);\n
models = singular ? [models] : _.clone(models);\n
options || (options = {});\n
......@@ -12844,7 +12844,9 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
var doAnimate = $.support.transition && animate\n
\n
this.$backdrop = $(\'<div class="modal-backdrop \' + animate + \'" />\')\n
.appendTo(do
.appendTo(document.body)\n
\n
this.$
]]></string> </value>
</item>
......@@ -12867,9 +12869,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
cument.body)\n
\n
this.$element.on(\'click.dismiss.modal\', $.proxy(function (e) {\n
element.on(\'click.dismiss.modal\', $.proxy(function (e) {\n
if (e.target !== e.currentTarget) return\n
this.options.backdrop == \'static\'\n
? this.$element[0].focus.call(this.$element[0])\n
......@@ -14803,7 +14803,7 @@ define(\'text\',[\'module\'], function (module) {\n
}\n
\n
//Load the text. Use XHR if possible and in a browser.\n
if (!hasLocation || useXhr(url, defaultProtocol, defa
if (!hasLocation || useXhr(url, defaultProtocol, defaultHostName, defaultPort))
]]></string> </value>
</item>
......@@ -14826,7 +14826,7 @@ define(\'text\',[\'module\'], function (module) {\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
ultHostName, defaultPort)) {\n
{\n
text.get(url, function (content) {\n
text.finishLoad(name, parsed.strip, content, onLoad);\n
}, function (err) {\n
......@@ -16345,7 +16345,8 @@ define(\'common/main/lib/component/Button\',["common/main/lib/component/BaseView
* logo when distributing the program. Pursuant to Section 7(e) we decline to\r\n
* grant you any rights under trademark law for use of our trademarks.\r\n
*\r\n
* All the Product\'s GUI elements, including illustrations and icon
* All the Product\'s GUI elements, including illustrations and icon sets, as\r\n
* well as tech
]]></string> </value>
</item>
......@@ -16368,8 +16369,7 @@ define(\'common/main/lib/component/Button\',["common/main/lib/component/BaseView
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
sets, as\r\n
* well as technical writing content are licensed under the terms of the\r\n
nical writing content are licensed under the terms of the\r\n
* Creative Commons Attribution-ShareAlike 4.0 International. See the License\r\n
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode\r\n
*\r\n
......@@ -17500,7 +17500,8 @@ Common.Utils.RGBColor = function (colorString) {\r\n
} else {\r\n
if (h < 120) {\r\n
rgb.g = t1;\r\n
rgb.b = t2;\r\n
]]></string> </value>
</item>
......@@ -17523,8 +17524,7 @@ Common.Utils.RGBColor = function (colorString) {\r\n
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
rgb.b = t2;\r\n
rgb.r = t1 - t3;\r\n
rgb.r = t1 - t3;\r\n
} else {\r\n
if (h < 180) {\r\n
rgb.g = t1;\r\n
......@@ -19002,7 +19002,7 @@ define(\'common/main/lib/component/Window\',["common/main/lib/component/BaseView
me.$window.css({\r\n
"-webkit-transition": "0.3s opacity, 0.3s -webkit-transform",\r\n
"-webkit-transform": "scale(1)",\r\n
"-moz-transition":
]]></string> </value>
</item>
......@@ -19025,7 +19025,7 @@ define(\'common/main/lib/component/Window\',["common/main/lib/component/BaseView
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
"-moz-transition": "0.3s opacity, 0.3s -moz-transform",\r\n
"0.3s opacity, 0.3s -moz-transform",\r\n
"-moz-transform": "scale(1)",\r\n
"-ms-transition": "0.3s opacity, 0.3s -ms-transform",\r\n
"-ms-transform": "scale(1)",\r\n
......@@ -20263,7 +20263,8 @@ define(\'common/main/lib/view/Comments\',["text!common/main/lib/template/Comment
return ((offset >= item.start) && (offset < item.end) || (offset <= item.start) && (offset + len > item.start));\r\n
});\r\n
if (!elem) {\r\n
arr.push
arr.push({\r\n
]]></string> </value>
</item>
......@@ -20286,8 +20287,7 @@ define(\'common/main/lib/view/Comments\',["text!common/main/lib/template/Comment
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
({\r\n
start: offset,\r\n
start: offset,\r\n
end: len + offset,\r\n
str: \'<a href="\' + ref + \'" target="_blank" data-can-copy="true">\' + subStr + "</a>"\r\n
});\r\n
......@@ -21612,7 +21612,7 @@ define(\'common/main/lib/component/LoadMask\',["common/main/lib/component/BaseVi
txtTitle: "Document Title",\r\n
txtAuthor: "Author",\r\n
txtPlacement: "Placement",\r\n
txtDate: "Creation Dat
]]></string> </value>
</item>
......@@ -21635,7 +21635,7 @@ define(\'common/main/lib/component/LoadMask\',["common/main/lib/component/BaseVi
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
txtDate: "Creation Date",\r\n
e",\r\n
txtStatistics: "Statistics",\r\n
txtPages: "Pages",\r\n
txtWords: "Words",\r\n
......@@ -23134,7 +23134,7 @@ define(\'common/main/lib/component/Menu\',["common/main/lib/extend/Bootstrap", "
this.mustLayout = true;\r\n
return;\r\n
}\r\n
var me = this
]]></string> </value>
</item>
......@@ -23157,7 +23157,7 @@ define(\'common/main/lib/component/Menu\',["common/main/lib/extend/Bootstrap", "
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
var me = this,\r\n
,\r\n
el = this.cmpEl;\r\n
var menuRoot = (el.attr("role") === "menu") ? el : el.find("[role=menu]");\r\n
if (!menuRoot.is(":visible")) {\r\n
......@@ -24315,7 +24315,7 @@ define(\'common/main/lib/component/MetricSpinner\',["common/main/lib/component/B
this.trigger("change", this, this.value, this.lastValue);\r\n
}\r\n
if (suspendchange !== true && showError) {\r\n
this.trigg
this.trigger("inputerror", this, thi
]]></string> </value>
</item>
......@@ -24338,7 +24338,7 @@ define(\'common/main/lib/component/MetricSpinner\',["common/main/lib/component/B
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
er("inputerror", this, this.value);\r\n
s.value);\r\n
}\r\n
if (this.rendered) {\r\n
this.setRawValue(this.value);\r\n
......@@ -25551,7 +25551,7 @@ define(\'common/main/lib/component/MaskedField\',["common/main/lib/component/Bas
* that Ascensio System SIA expressly excludes the warranty of non-infringement\r\n
* of any third-party rights.\r\n
*\r\n
* Thi
* This program is distributed W
]]></string> </value>
</item>
......@@ -25574,7 +25574,7 @@ define(\'common/main/lib/component/MaskedField\',["common/main/lib/component/Bas
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
s program is distributed WITHOUT ANY WARRANTY; without even the implied \r\n
ITHOUT ANY WARRANTY; without even the implied \r\n
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For \r\n
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html\r\n
*\r\n
......@@ -27079,7 +27079,8 @@ define(\'documenteditor/main/app/view/DropcapSettingsAdvanced\',["text!documente
minValue: 0\r\n
}).on("change", _.bind(function (field, newValue, oldValue) {\r\n
if (!this._noApply) {\r\n
if (_.isUndefined(this.
if (_.isUndefined(this.Margins)) {\r\n
]]></string> </value>
</item>
......@@ -27102,8 +27103,7 @@ define(\'documenteditor/main/app/view/DropcapSettingsAdvanced\',["text!documente
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
Margins)) {\r\n
this.Margins = {};\r\n
this.Margins = {};\r\n
}\r\n
this.Margins.Bottom = Common.Utils.Metric.fnRecalcToMM(field.getNumberValue());\r\n
}\r\n
......@@ -28488,7 +28488,8 @@ define(\'common/main/lib/component/InputField\',["common/main/lib/component/Base
oldValue = this.value;\r\n
this.trigger("changed:before", this, newValue, oldValue, e);\r\n
if (e.isDefaultPrevented()) {\r\n
return;\r\n
]]></string> </value>
</item>
......@@ -28511,8 +28512,7 @@ define(\'common/main/lib/component/InputField\',["common/main/lib/component/Base
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
return;\r\n
}\r\n
}\r\n
this.value = newValue;\r\n
if (this.validateOnBlur) {\r\n
this.checkValidate();\r\n
......@@ -29837,7 +29837,7 @@ define(\'common/main/lib/component/ListView\',["common/main/lib/component/DataVi
});\r\n
this.chAllCaps.on("change", _.bind(this.onAllCapsChange, this));\r\n
this.numSpacing = new Common.UI.MetricSpinner({\r\n
el: $
el: $("#paragraphadv-spin-spaci
]]></string> </value>
</item>
......@@ -29860,7 +29860,7 @@ define(\'common/main/lib/component/ListView\',["common/main/lib/component/DataVi
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
("#paragraphadv-spin-spacing"),\r\n
ng"),\r\n
step: 0.01,\r\n
width: 100,\r\n
defaultUnit: "cm",\r\n
......@@ -30878,7 +30878,8 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
this.nfSpacing.on("change", _.bind(function (field, newValue, oldValue, eOpts) {\r\n
if (this._changedProps) {\r\n
this._changedProps.put_Spacing(Common.Utils.Metric.fnRecalcToMM(field.getNumberValue()));\r\n
}\r\n
},\r
]]></string> </value>
</item>
......@@ -30901,8 +30902,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
}\r\n
},\r\n
\n
this));\r\n
this.spinners.push(this.nfSpacing);\r\n
this.chAutofit = new Common.UI.CheckBox({\r\n
......@@ -32443,7 +32443,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
tableProps: this._changedProps,\r\n
borderProps: {\r\n
borderSize: this.BorderSize,\r\n
borderColor:
borderColor: this.btnBorderColor.color
]]></string> </value>
</item>
......@@ -32466,7 +32466,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
this.btnBorderColor.color\r\n
\r\n
}\r\n
};\r\n
},\r\n
......@@ -33631,7 +33631,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
var key = event.keyCode;\r\n
if ((event.ctrlKey || event.metaKey) && !event.shiftKey) {\r\n
if (key === Common.UI.Keys.NUM_PLUS || key === Common.UI.Keys.EQUALITY || (Common.Utils.isOpera && key == 43)) {\r\n
me
]]></string> </value>
</item>
......@@ -33654,7 +33654,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
me.api.zoomIn();\r\n
.api.zoomIn();\r\n
event.preventDefault();\r\n
event.stopPropagation();\r\n
return false;\r\n
......@@ -34889,7 +34889,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
caption: me.hyperlinkText,\r\n
menu: new Common.UI.Menu({\r\n
menuAlign: "tl-tr",\r\n
items: [menuEditHy
items: [menuEditHyperlinkTable, menuRemoveHy
]]></string> </value>
</item>
......@@ -34912,7 +34912,7 @@ define(\'text!documenteditor/main/app/template/TableSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
perlinkTable, menuRemoveHyperlinkTable]\r\n
perlinkTable]\r\n
})\r\n
});\r\n
var menuAddCommentTable = new Common.UI.MenuItem({\r\n
......@@ -35977,7 +35977,7 @@ define(\'common/main/lib/component/ColorPalette\',["common/main/lib/component/Ba
if (Common === undefined) {\r\n
var Common = {};\r\n
}\r\n
define(\'common/main/lib/component/Dimen
define(\'common/main/lib/component/DimensionPicker\',["common/main/
]]></string> </value>
</item>
......@@ -36000,7 +36000,7 @@ define(\'common/main/lib/component/Dimen
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
sionPicker\',["common/main/lib/component/BaseView"], function () {\r\n
lib/component/BaseView"], function () {\r\n
Common.UI.DimensionPicker = Common.UI.BaseView.extend((function () {\r\n
var me, rootEl, areaMouseCatcher, areaUnHighLighted, areaHighLighted, areaStatus, curColumns = 0,\r\n
curRows = 0;\r\n
......@@ -37359,7 +37359,8 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
checkable: true\r\n
}), this.btnFitWidth = new Common.UI.MenuItem({\r\n
caption: this.textFitWidth,\r\n
checkable: true\r\n
]]></string> </value>
</item>
......@@ -37382,8 +37383,7 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
checkable: true\r\n
}), (new Common.UI.MenuItem({\r\n
}), (new Common.UI.MenuItem({\r\n
template: _.template([\'<div id="id-toolbar-menu-zoom" class="menu-zoom" style="height: 25px;" \', "<% if(!_.isUndefined(options.stopPropagation)) { %>", \'data-stopPropagation="true"\', "<% } %>", ">", \'<label class="title">\' + this.textZoom + "</label>", \'<button id="id-menu-zoom-in" type="button" style="float:right; margin: 2px 5px 0 0;" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon btn-zoomin">&nbsp;</span></button>\', \'<label class="zoom">100%</label>\', \'<button id="id-menu-zoom-out" type="button" style="float:right; margin-top: 2px;" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon btn-zoomout">&nbsp;</span></button>\', "</div>"].join("")),\r\n
stopPropagation: true\r\n
}))]\r\n
......@@ -38909,7 +38909,9 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
pgorient: undefined,\r\n
lock_doc: undefined,\r\n
can_copycut: undefined,\r\n
show_copywarning: true
show_copywarning: true\r\n
};\r\n
]]></string> </value>
</item>
......@@ -38932,9 +38934,7 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
\r\n
};\r\n
this.flg = {};\r\n
this.flg = {};\r\n
this.diagramEditor = null;\r\n
this._isAddingShape = false;\r\n
this._isAddingEquation = false;\r\n
......@@ -40234,7 +40234,7 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
Common.component.Analytics.trackEvent("ToolBar", "Page Number");\r\n
},\r\n
onListStyleSelect: function (combo, record) {\r\n
this._state.prstyle = und
]]></string> </value>
</item>
......@@ -40257,7 +40257,7 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
this._state.prstyle = undefined;\r\n
efined;\r\n
if (this.api) {\r\n
this.api.put_Style(record.get("title"));\r\n
}\r\n
......@@ -41583,7 +41583,7 @@ define(\'common/main/lib/component/SynchronizeTip\',["common/main/lib/component/
DE.Controllers.Toolbar || {}));\r\n
});\n
\n
define(\'text!documenteditor/main/app/template/StatusBar.template\',[],function () { return \'\\r\\n<div class="statusbar" style="display:table;">\\r\\n <div class="status-group dropup">\\r\\n <label id="status-label-pages" class="status-label" style="margin-left: 40px;" data-toggle="dropdown"><%= Common.Utils.String.format(scope.pageIndexText, 1, 1) %></label>\\r\\n <div id="status-goto-box" class="dropdown-menu">\\r\\n <label style="float:left;line-height:22px;"><%= scope.goToPageText %></label>\\r\\n <div id="status-goto-page" style="display:inline-block;"></div>\\r\\n </div>\\r\\n </div>\\r\\n <!-- /** coauthoring begin **/ -->\\r\\n <div id="status-users-ct" class="status-group" style="display:none;">\\r\\n <div class="separator short" style="margin-right: 12px; margin-left: 40px;" />\\r\\n <div id="status-users-block" style="display:inline-block; cursor:pointer;">\\r\\n <span id="status-users-icon" />\\r\\n
define(\'text!documenteditor/main/app/template/StatusBar.template\',[],function () { return \'\\r\\n<div class="statusbar" style="display:table;">\\r\\n <div class="status-group dropup">\\r\\n <label id="status-label-pages" class="status-label" style="margin-left: 40px;" data-toggle="dropdown"><%= Common.Utils.String.format(scope.pageIndexText, 1, 1) %></label>\\r\\n <div id="status-goto-box" class="dropdown-menu">\\r\\n <label style="float:left;line-height:22px;"><%= scope.goToPageText %></label>\\r\\n <div id="status-goto-page" style="display:inline-block;"></div>\\r\\n </div>\\r\\n </div>\\r\\n <!-- /** coauthoring begin **/ -->\\r\\n <div id="status-users-ct" class="status-group" style="display:none;">\\r\\n <div class="separator short" style="margin-right: 12px; margin-left: 40px;" />\\r\\n <div id="status-users-block" style="display:inline-block; cursor:pointer;">\\r\\n <span id="status-users-icon" />\\r\\n <label id="status-users-c
]]></string> </value>
</item>
......@@ -41606,7 +41606,7 @@ define(\'text!documenteditor/main/app/template/StatusBar.template\',[],function
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
<label id="status-users-count" class="status-label">3</label>\\r\\n </div>\\r\\n <div class="separator short" style="margin-left: 10px;" />\\r\\n </div>\\r\\n <!-- /** coauthoring end **/ -->\\r\\n <div class="status-group" style="width:100%; text-align:center;">\\r\\n <label id="status-label-action" class="status-label"></label>\\r\\n </div>\\r\\n <div class="status-group" style="">\\r\\n <div class="separator short el-edit"></div>\\r\\n <div class="cnt-lang el-edit">\\r\\n <div class="dropdown-toggle" data-toggle="dropdown" style="margin-right: 6px;">\\r\\n <span class="icon-lang-flag" data-vertical-offset="10" />\\r\\n <label id="status-label-lang" class="status-label">English (United States)</label>\\r\\n <div class="caret up" />\\r\\n </div>\\r\\n </div>\\r\\n <button id="btn-doc-lang" type="button" class="btn small btn-toolbar btn-toolbar-default el-edit"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-doc-spell" type="button" class="btn small btn-toolbar btn-toolbar-default el-edit"><span class="btn-icon">&nbsp;</span></button>\\r\\n <div class="separator short el-edit"></div>\\r\\n <button id="btn-zoom-topage" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-zoom-towidth" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-zoom-down" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <div class="cnt-zoom">\\r\\n <div class="dropdown-toggle" data-toggle="dropdown">\\r\\n <label id="status-label-zoom" class="status-label">Zoom 100%</label>\\r\\n </div>\\r\\n </div>\\r\\n <button id="btn-zoom-up" type="button" class="btn small btn-toolbar btn-toolbar-default" style="margin-right:40px;"><span class="btn-icon">&nbsp;</span></button>\\r\\n </div>\\r\\n</div>\\r\\n\';});\n
ount" class="status-label">3</label>\\r\\n </div>\\r\\n <div class="separator short" style="margin-left: 10px;" />\\r\\n </div>\\r\\n <!-- /** coauthoring end **/ -->\\r\\n <div class="status-group" style="width:100%; text-align:center;">\\r\\n <label id="status-label-action" class="status-label"></label>\\r\\n </div>\\r\\n <div class="status-group" style="">\\r\\n <div class="separator short el-edit"></div>\\r\\n <div class="cnt-lang el-edit">\\r\\n <div class="dropdown-toggle" data-toggle="dropdown" style="margin-right: 6px;">\\r\\n <span class="icon-lang-flag" data-vertical-offset="10" />\\r\\n <label id="status-label-lang" class="status-label">English (United States)</label>\\r\\n <div class="caret up" />\\r\\n </div>\\r\\n </div>\\r\\n <button id="btn-doc-lang" type="button" class="btn small btn-toolbar btn-toolbar-default el-edit"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-doc-spell" type="button" class="btn small btn-toolbar btn-toolbar-default el-edit"><span class="btn-icon">&nbsp;</span></button>\\r\\n <div class="separator short el-edit"></div>\\r\\n <button id="btn-zoom-topage" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-zoom-towidth" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <button id="btn-zoom-down" type="button" class="btn small btn-toolbar btn-toolbar-default"><span class="btn-icon">&nbsp;</span></button>\\r\\n <div class="cnt-zoom">\\r\\n <div class="dropdown-toggle" data-toggle="dropdown">\\r\\n <label id="status-label-zoom" class="status-label">Zoom 100%</label>\\r\\n </div>\\r\\n </div>\\r\\n <button id="btn-zoom-up" type="button" class="btn small btn-toolbar btn-toolbar-default" style="margin-right:40px;"><span class="btn-icon">&nbsp;</span></button>\\r\\n </div>\\r\\n</div>\\r\\n\';});\n
\n
/*\r\n
* (c) Copyright Ascensio System SIA 2010-2015\r\n
......@@ -42955,7 +42955,8 @@ define(\'text!documenteditor/main/app/template/ParagraphSettings.template\',[],f
},\r\n
{\r\n
color: "000000",\r\n
effectId: 1\r\n
]]></string> </value>
</item>
......@@ -42978,8 +42979,7 @@ define(\'text!documenteditor/main/app/template/ParagraphSettings.template\',[],f
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
effectId: 1\r\n
},\r\n
},\r\n
{\r\n
color: "000000",\r\n
effectId: 1\r\n
......@@ -44021,7 +44021,8 @@ define(\'text!documenteditor/main/app/template/ImageSettingsAdvanced.template\',
this._changedProps.get_PositionH().put_RelativeFrom(this._state.HPositionFrom);\r\n
this._changedProps.get_PositionH().put_Value(Common.Utils.Metric.fnRecalcToMM(field.getNumberValue()));\r\n
this._state.spnXChanged = true;\r\n
}\r\n
]]></string> </value>
</item>
......@@ -44044,8 +44045,7 @@ define(\'text!documenteditor/main/app/template/ImageSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
}\r\n
},\r\n
},\r\n
this));\r\n
this.spinners.push(this.spnX);\r\n
this.spnY = new Common.UI.MetricSpinner({\r\n
......@@ -45332,7 +45332,7 @@ define(\'text!documenteditor/main/app/template/ImageSettingsAdvanced.template\',
_ImgWrapStyleChanged: function (style) {\r\n
if (this._state.WrappingStyle !== style) {\r\n
this._noApply = true;\r\n
var record = this.mnuWr
]]></string> </value>
</item>
......@@ -45355,7 +45355,7 @@ define(\'text!documenteditor/main/app/template/ImageSettingsAdvanced.template\',
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
var record = this.mnuWrapPicker.store.findWhere({\r\n
apPicker.store.findWhere({\r\n
data: style\r\n
});\r\n
this.mnuWrapPicker.selectRecord(record, true);\r\n
......@@ -46584,7 +46584,8 @@ define(\'common/main/lib/component/ComboBorderSize\',["common/main/lib/component
},\r\n
{\r\n
color: "008000",\r\n
effectId: 4\r\n
]]></string> </value>
</item>
......@@ -46607,8 +46608,7 @@ define(\'common/main/lib/component/ComboBorderSize\',["common/main/lib/component
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
effectId: 4\r\n
},\r\n
},\r\n
"-", {\r\n
color: "000000",\r\n
effectId: 1\r\n
......@@ -48001,7 +48001,8 @@ define(\'common/main/lib/component/Slider\',["common/main/lib/component/BaseView
if (Math.abs(dist <= nearest)) {\r\n
var above = me.thumbs[i + 1];\r\n
var below = me.thumbs[i - 1];\r\n
if (below !== undefined && pos <
if (below !== undefined && pos < below.position) {\r\n
]]></string> </value>
</item>
......@@ -48024,8 +48025,7 @@ define(\'common/main/lib/component/Slider\',["common/main/lib/component/BaseView
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
below.position) {\r\n
continue;\r\n
continue;\r\n
}\r\n
if (above !== undefined && pos > above.position) {\r\n
continue;\r\n
......@@ -49738,7 +49738,8 @@ define(\'common/main/lib/component/MultiSliderGradient\',["common/main/lib/compo
},\r\n
{\r\n
color: "000000",\r\n
effectId: 1\r\n
]]></string> </value>
</item>
......@@ -49761,8 +49762,7 @@ define(\'common/main/lib/component/MultiSliderGradient\',["common/main/lib/compo
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
effectId: 1\r\n
},\r\n
},\r\n
{\r\n
color: "FFFFFF",\r\n
effectId: 2\r\n
......@@ -50995,7 +50995,7 @@ define(\'common/main/lib/component/MultiSliderGradient\',["common/main/lib/compo
break;\r\n
}\r\n
}\r\n
if (!iss
]]></string> </value>
</item>
......@@ -51018,7 +51018,7 @@ define(\'common/main/lib/component/MultiSliderGradient\',["common/main/lib/compo
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
if (!isselected) {\r\n
elected) {\r\n
this.colorsGrad.clearSelection();\r\n
}\r\n
} else {\r\n
......@@ -52551,7 +52551,7 @@ define(\'common/main/lib/util/Shortcuts\',["backbone", "keymaster"], function (B
var me = this;\r\n
Common.UI.info({\r\n
msg: this.textNoTextFound,\r\n
callback:
]]></string> </value>
</item>
......@@ -52574,7 +52574,7 @@ define(\'common/main/lib/util/Shortcuts\',["backbone", "keymaster"], function (B
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
callback: function () {\r\n
function () {\r\n
me.dlgSearch.focus();\r\n
}\r\n
});\r\n
......@@ -53343,7 +53343,8 @@ define(\'common/main/lib/controller/Fonts\',["core", "common/main/lib/collection
}\r\n
},\r\n
onProcessSaveResult: function (data) {\r\n
this.api.asc_OnSaveEnd(data.result);\r\n
// XXX\r\n
//this.api.asc_OnSaveEnd(data.result);\r\n
if (data && data.result === false) {\r\n
Common.UI.error({\r\n
title: this.criticalErrorTitle,\r\n
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment