[DE] Add api function for blank page
This commit is contained in:
parent
c1490f6298
commit
41a64bd225
|
@ -1860,7 +1860,7 @@ define([
|
||||||
|
|
||||||
onBtnBlankPageClick: function(btn) {
|
onBtnBlankPageClick: function(btn) {
|
||||||
if (this.api)
|
if (this.api)
|
||||||
this.api.put_AddPageBreak();//insertBlankPage();
|
this.api.asc_AddBlankPage();
|
||||||
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Blank Page');
|
Common.component.Analytics.trackEvent('ToolBar', 'Blank Page');
|
||||||
|
|
Loading…
Reference in a new issue