Add id for external sse editors
This commit is contained in:
parent
2521b0abca
commit
df041332a4
|
@ -46,6 +46,7 @@ define([
|
|||
initialize : function(options) {
|
||||
var _options = {};
|
||||
_.extend(_options, {
|
||||
id: 'id-external-diagram-editor',
|
||||
title: this.textTitle,
|
||||
storageName: 'diagram-editor',
|
||||
sdkplaceholder: 'id-diagram-editor-placeholder',
|
||||
|
|
|
@ -46,6 +46,7 @@ define([
|
|||
initialize : function(options) {
|
||||
var _options = {};
|
||||
_.extend(_options, {
|
||||
id: 'id-external-merge-editor',
|
||||
title: this.textTitle,
|
||||
storageName: 'merge-editor',
|
||||
sdkplaceholder: 'id-merge-editor-placeholder',
|
||||
|
|
|
@ -46,6 +46,7 @@ define([
|
|||
initialize : function(options) {
|
||||
var _options = {};
|
||||
_.extend(_options, {
|
||||
id: 'id-external-ole-editor',
|
||||
title: this.textTitle,
|
||||
storageName: 'ole-editor',
|
||||
sdkplaceholder: 'id-ole-editor-placeholder',
|
||||
|
|
Loading…
Reference in a new issue