Lines Matching refs:mxResources

207 				img.setAttribute('title', mxResources.get('hide'));
459 this.entries = [{title: mxResources.get('standard'),
460 …entries: [{title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general…
461 … {title: mxResources.get('basic'), id: 'basic', image: IMAGE_PATH + '/sidebar-basic.png'},
462 … {title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png'},
463 … {title: mxResources.get('clipart'), id: 'clipart', image: IMAGE_PATH + '/sidebar-clipart.png'},
464 …{title: mxResources.get('flowchart'), id: 'flowchart', image: IMAGE_PATH + '/sidebar-flowchart.png…
465 {title: mxResources.get('software'),
467 … {title: mxResources.get('android'), id: 'android', image: IMAGE_PATH + '/sidebar-android.png'},
469 …{title: mxResources.get('bootstrap'), id: 'bootstrap', image: IMAGE_PATH + '/sidebar-bootstrap.png…
472 … {title: mxResources.get('entityRelation'), id: 'er', image: IMAGE_PATH + '/sidebar-er.png'},
473 … {title: mxResources.get('ios'), id: 'ios', image: IMAGE_PATH + '/sidebar-ios.png'},
474 … {title: mxResources.get('mockups'), id: 'mockups', image: IMAGE_PATH + '/sidebar-mockups.png'},
476 … {title: mxResources.get('uml') + ' 2.5', id: 'uml25', image: IMAGE_PATH + '/sidebar-uml25.png'},
477 … {title: mxResources.get('uml'), id: 'uml', image: IMAGE_PATH + '/sidebar-uml.png'}]},
478 {title: mxResources.get('networking'),
484 … {title: mxResources.get('aws3d'), id: 'aws3d', image: IMAGE_PATH + '/sidebar-aws3d.png'},
485 … {title: mxResources.get('azure'), id: 'azure2', image: IMAGE_PATH + '/sidebar-azure.png'},
487 … {title: mxResources.get('cisco'), id: 'cisco', image: IMAGE_PATH + '/sidebar-cisco.png'},
498 … {title: mxResources.get('rack'), id: 'rack', image: IMAGE_PATH + '/sidebar-rack.png'},
501 {title: mxResources.get('business'),
503 …{title: mxResources.get('archiMate21'), id: 'archimate', image: IMAGE_PATH + '/sidebar-archimate.p…
504 … {title: mxResources.get('bpmn') + ' 2.0', id: 'bpmn2', image: IMAGE_PATH + '/sidebar-bpmn.png'},
505 … {title: mxResources.get('sysml'), id: 'sysml', image: IMAGE_PATH + '/sidebar-sysml.png'},
507 {title: mxResources.get('other'),
508 …entries: [{title: mxResources.get('cabinets'), id: 'cabinets', image: IMAGE_PATH + '/sidebar-cabin…
510 … {title: mxResources.get('eip'), id: 'eip', image: IMAGE_PATH + '/sidebar-eip.png'},
511 …{title: mxResources.get('electrical'), id: 'electrical', image: IMAGE_PATH + '/sidebar-electrical.…
512 …{title: mxResources.get('floorplans'), id: 'floorplan', image: IMAGE_PATH + '/sidebar-floorplans.p…
514 … {title: mxResources.get('gmdl'), id: 'gmdl', image: IMAGE_PATH + '/sidebar-gmdl.png'},
515 … {title: mxResources.get('procEng'), id: 'pid', image: IMAGE_PATH + '/sidebar-pid.png'},
518 … {title: mxResources.get('signs'), id: 'signs', image: IMAGE_PATH + '/sidebar-signs.png'}]}];
600 }), null, mxResources.get('save'), mxResources.get('cancel'));
622 title.innerHTML = mxResources.get('loading') + '...';
750 menu.addItem(mxResources.get('openLibrary'), null, mxUtils.bind(this, function()
903 mxUtils.write(title, mxResources.get('loading') + '...');
923 mxUtils.write(title, mxResources.get('loading') + '...');
949 showError(mxResources.get('notALibraryFile'), content);
954 showError(mxResources.get('error') + ': ' + e.message, content);
1001 error = mxResources.get('notALibraryFile');
1007 error = mxResources.get('error') + ': ' + e.message;
1018 error = mxResources.get('invalidInput');
1032 this.addStencilPalette('arrows', mxResources.get('arrows'), dir + '/arrows.xml',
1336 this.editorUi.handleError({message: mxResources.get('unknownError')});