Lines Matching refs:put

950 …var toggleDarkModeAction = ui.actions.put('toggleDarkMode', new Action(mxResources.get('dark'), fu…
958 …var toggleSketchModeAction = ui.actions.put('toggleSketchMode', new Action(mxResources.get('sketch…
966 …var togglePagesAction = ui.actions.put('togglePagesVisible', new Action(mxResources.get('pages'), …
974 ui.actions.put('importCsv', new Action(mxResources.get('csv') + '...', function()
979 ui.actions.put('importText', new Action(mxResources.get('text') + '...', function()
985 ui.actions.put('formatSql', new Action(mxResources.get('formatSql') + '...', function()
992 ui.actions.put('toggleShapes', new Action(mxResources.get((urlParams['sketch'] == '1') ?
998 …var action = ui.actions.put('toggleFormat', new Action(mxResources.get('format') + '...', function…
1006 ui.actions.put('plantUml', new Action(mxResources.get('plantUml') + '...', function()
1014 ui.actions.put('mermaid', new Action(mxResources.get('mermaid') + '...', function()
1024 this.put('editCell', new Menu(mxUtils.bind(this, function(menu, parent)
1047 this.put('diagram', new Menu(mxUtils.bind(this, function(menu, parent)
1168 this.put('save', new Menu(mxUtils.bind(this, function(menu, parent)
1211 this.put('exportAs', new Menu(mxUtils.bind(this, function(menu, parent)
1231 this.put('table', new Menu(mxUtils.bind(this, function(menu, parent)
1239 this.put('importFrom', new Menu(mxUtils.bind(this, function(menu, parent)
1260 this.put('extras', new Menu(mxUtils.bind(this, function(menu, parent)
1313 this.put('insertAdvanced', new Menu(mxUtils.bind(this, function(menu, parent)
1359 this.put('insertLayout', new Menu(mxUtils.bind(this, function(menu, parent)