[DE] Go to form fields
This commit is contained in:
parent
85f899410d
commit
e37b10ea23
|
@ -224,7 +224,8 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onGoTo: function(type) {
|
onGoTo: function(type) {
|
||||||
// (type=='prev') ? this.api.asc_GoToPrevForm() : this.api.asc_GoToNextForm();
|
if (this.api)
|
||||||
|
this.api.asc_MoveToFillingForm(type=='next');
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue