[DE] Add api function for blank page

This commit is contained in:
Julia Radzhabova 2018-11-20 17:43:15 +03:00
parent c1490f6298
commit 41a64bd225

View file

@ -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');