最新文章列表

全局设置

// 无效 graph.setEnabled(false); // 连接 graph.setConnectable(true); // 提示信息 graph.setTooltips(true); // 右键移动容器坐标轴 graph.setPanning(true); // 容器大小自适应 graph.setResizeContainer(true); // 鼠标框选 new mxRubb ...
wsxssgg 评论(0) 有1376人浏览 2013-05-27 14:33

Example 学习笔记 - dynamicloading

Dynamicloading - Loading graph model data dynamically to limit the number of cells in the model. 动态加载图形 http://localhost/mxgraph/javascript/examples/dynamicloading.html function main(container) { ...
wsxssgg 评论(0) 有1151人浏览 2013-05-24 14:28

什么是mxGraph

什么是mxGraph mxGraph是一套开发工具库,主要用于图表图形的显示交互,比如工作流建模。支持的技术有:Java JavaScript PHP .NET。这里只选择JavaScript方向学习 下载地址:http://www.jgraph.com/mxdownload.html 中文手册:http://www.mxgraph.cn/doc/mxgraph 如何使用 在HTML页面加载m ...
wsxssgg 评论(0) 有2098人浏览 2013-05-20 13:55

Example 学习笔记 - codec

Codec - Dynamically creating a graph from XML and encoding the model into XML, as well as changing the default style for edges in-place. 编码/解码器 可以将graph对象和xml相互转换 http://localhost/mxgraph/javascript/ ...
wsxssgg 评论(0) 有1152人浏览 2013-05-20 12:12

js画图开发库--mxgraph--[secondlabel-子标签.html]

  <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset=utf-8"> <title>子标签</titl ...
chwshuang 评论(0) 有2678人浏览 2013-03-06 14:58

js画图开发库--mxgraph--[serverview-服务器视图.html]

 js画图开发库--mxgraph--[serverview-服务器视图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;ch ...
chwshuang 评论(0) 有4626人浏览 2013-03-06 14:58

js画图开发库--mxgraph--[shape-3D视图.html]

 js画图开发库--mxgraph--[shape-3D视图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset= ...
chwshuang 评论(0) 有2193人浏览 2013-03-06 14:57

js画图开发库--mxgraph--[standardsmode.html]

 js画图开发库--mxgraph--[standardsmode.html]       <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5" ><![endif]--> <!DOCTYPE html> <!-- ...
chwshuang 评论(0) 有1870人浏览 2013-03-06 14:57

js画图开发库--mxgraph--[stencils-形状可变.html]

 js画图开发库--mxgraph--[stencils-形状可变.html      <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset ...
chwshuang 评论(0) 有3633人浏览 2013-03-04 13:54

js画图开发库--mxgraph--[stylesheet-样式表.html]

 js画图开发库--mxgraph--[stylesheet-样式表.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;char ...
chwshuang 评论(0) 有4353人浏览 2013-03-04 13:54

js画图开发库--mxgraph--[swimlanes-泳道图.html]

 js画图开发库--mxgraph--[swimlanes-泳道图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;chars ...
chwshuang 评论(4) 有6339人浏览 2013-03-04 13:54

js画图开发库--mxgraph--[tree-树形结构图.html]

 js画图开发库--mxgraph--[tree-树形结构图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset= ...
chwshuang 评论(1) 有16956人浏览 2013-03-04 13:54

js画图开发库--mxgraph--[windows-窗口展示.html]

 js画图开发库--mxgraph--[windows-窗口展示.html]      <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset ...
chwshuang 评论(1) 有2594人浏览 2013-03-04 13:53

js画图开发库--mxgraph--[toolbar-工具栏.html]

 js画图开发库--mxgraph--[toolbar-工具栏.html]         <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;char ...
chwshuang 评论(8) 有6434人浏览 2013-02-20 21:52

js画图开发库--mxgraph--[userobject-对象描述.html]

 js画图开发库--mxgraph--[userobject-对象描述.html]     <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content= ...
chwshuang 评论(0) 有3764人浏览 2013-02-20 21:51

js画图开发库--mxgraph--[uiconfig-用户界面配置.html]

 js画图开发库--mxgraph--[uiconfig-用户界面配置.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;cha ...
chwshuang 评论(0) 有2085人浏览 2013-02-20 21:51

js画图开发库--mxgraph--[validation-验证.html]

 js画图开发库--mxgraph--[validation-验证.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;chars ...
chwshuang 评论(0) 有2216人浏览 2013-02-20 21:51

js画图开发库--mxgraph--[thread-线路图.html]

 js画图开发库--mxgraph--[thread-线路图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset= ...
chwshuang 评论(0) 有2482人浏览 2013-02-20 21:50

js画图开发库--mxgraph--[wires-电路图.html]

 js画图开发库--mxgraph--[wires-电路图.html]       <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html;charset=u ...
chwshuang 评论(0) 有7852人浏览 2013-02-19 17:36

js画图开发库--mxgraph--[wrapping-带滚动条包围.html]

 js画图开发库--mxgraph--[wrapping-带滚动条包围.html]         <!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta http-equiv=Content-Type content="text/html; ...
chwshuang 评论(0) 有2245人浏览 2013-02-19 17:35

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics