Giter Club home page Giter Club logo

drawdb's Introduction

DRAWIO的改造

drawdb

修改不显示弹出框:

App.js 3230 App.prototype.showSplash

2.修改默认的语言为zh

js/diagramly/Init.js:86

3.修改右上角多语言属性

js/diagramly/Menus.js:905

4.顶部编辑栏的修改

js/mxgraph/Menus.js:34

5.文件菜单的子菜单

js/mxgraph/Menus.js:486 js/diagramly/Menus.js:3276 js/diagramly/Menus.js:2631

6.系统初始化添加$BWK变量保存

js/diagramly/EditorUi.js:9091

7.去掉底部的sheet页

js/diagramly/Pages.js:1154

8.删除未保存的提示

js/diagramly/DrawioFile.js:1413

9.修改新建文件的后缀名

js/diagramly/Dialogs.js:2647

10.删除drawio的图片

js/diagramly/App.js:5683

11.添加自定义图案

web/js/mxgraph/Sidebar.js 添加了自定义图案,div 中可添加id 和class 等自定义属性可按照此思路将全景中需要的元素存入数据库,根据元素id或其他自定义属性关联业务实体,在全景中系统中通过js跨ifream操作div实现动态数据显示 Sidebar.prototype.addSystemPalette

12.部署方式

全景项目和框图项目通过nginx 代理至同一域名解决 在全景项目中用ifream 的方式嵌入框图项目而产生的js不能跨域操作访问问题。

其他

1.打开已保存入数据的地图
    http://localhost:8081/t1_war_exploded/dataBaseServlet?method=getHtml&id=22
2.drawdb-修改标记.docx

drawdb's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.