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