[DE] Added special paste options.
This commit is contained in:
parent
223a2e54a8
commit
3ff154f373
|
@ -612,6 +612,8 @@ define([
|
||||||
me._arrSpecialPaste = [];
|
me._arrSpecialPaste = [];
|
||||||
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.paste] = me.textPaste;
|
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.paste] = me.textPaste;
|
||||||
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.keepTextOnly] = me.txtKeepTextOnly;
|
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.keepTextOnly] = me.txtKeepTextOnly;
|
||||||
|
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.insertAsNestedTable] = me.textNest;
|
||||||
|
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.overwriteCells] = me.txtOverwriteCells;
|
||||||
|
|
||||||
pasteContainer = $('<div id="special-paste-container" style="position: absolute;"><div id="id-document-holder-btn-special-paste"></div></div>');
|
pasteContainer = $('<div id="special-paste-container" style="position: absolute;"><div id="id-document-holder-btn-special-paste"></div></div>');
|
||||||
me.cmpEl.append(pasteContainer);
|
me.cmpEl.append(pasteContainer);
|
||||||
|
@ -3545,7 +3547,9 @@ define([
|
||||||
strSign: 'Sign',
|
strSign: 'Sign',
|
||||||
strDetails: 'Signature Details',
|
strDetails: 'Signature Details',
|
||||||
strSetup: 'Signature Setup',
|
strSetup: 'Signature Setup',
|
||||||
strDelete: 'Remove Signature'
|
strDelete: 'Remove Signature',
|
||||||
|
txtOverwriteCells: 'Overwrite cells',
|
||||||
|
textNest: 'Nest table'
|
||||||
|
|
||||||
}, DE.Views.DocumentHolder || {}));
|
}, DE.Views.DocumentHolder || {}));
|
||||||
});
|
});
|
|
@ -974,6 +974,8 @@
|
||||||
"DE.Views.DocumentHolder.strDetails": "Signature Details",
|
"DE.Views.DocumentHolder.strDetails": "Signature Details",
|
||||||
"DE.Views.DocumentHolder.strSetup": "Signature Setup",
|
"DE.Views.DocumentHolder.strSetup": "Signature Setup",
|
||||||
"DE.Views.DocumentHolder.strDelete": "Remove Signature",
|
"DE.Views.DocumentHolder.strDelete": "Remove Signature",
|
||||||
|
"DE.Views.DocumentHolder.txtOverwriteCells": "Overwrite cells",
|
||||||
|
"DE.Views.DocumentHolder.textNest": "Nest table",
|
||||||
"DE.Views.DropcapSettingsAdvanced.cancelButtonText": "Cancel",
|
"DE.Views.DropcapSettingsAdvanced.cancelButtonText": "Cancel",
|
||||||
"DE.Views.DropcapSettingsAdvanced.okButtonText": "Ok",
|
"DE.Views.DropcapSettingsAdvanced.okButtonText": "Ok",
|
||||||
"DE.Views.DropcapSettingsAdvanced.strBorders": "Borders & Fill",
|
"DE.Views.DropcapSettingsAdvanced.strBorders": "Borders & Fill",
|
||||||
|
|
Loading…
Reference in a new issue