Searched refs:atts4Rows (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 1548 …var atts4Rows = tmpMap["laneStyle"] == "lane.style.rows" || tmpMap["laneStyle"] == "lane_style_row… 1572 if (atts4Rows) 1574 this.addTbl2Rows(node, rows, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap); 1575 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap); 1579 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap); 1580 this.addTbl2Rows(node, rows, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap); 1617 …rototype.addTbl2Rows = function(node, rows, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap) argument 1640 if (atts4Rows) 1660 …rototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap) argument 1682 if (!atts4Rows)
|