Lines Matching +full:x +full:- +full:view
4 * update-url and update-interval URL parameters may be used instead.)
13 * <view ...>
22 * - An optional value attribute that contains XML markup is used as the value for
30 * - An optional replace-value attribute that contains 1 can be specified to
35 * - An optional style attribute that contains the cell style is used to replace
40 * - An optional icon attribute that contains JSON is used to add an icon to the
51 * - An optional geometry attribute that contains a JSON mxGeometry object can be used
56 * Example: JSON.stringify({dx: (Math.random() * 100) - 50, dh: (Math.random() * 100) - 50}))
58 * - Additionally a model node may be specified to set the current graph model.
62 * - A view node may be specified with a scale, dx and dy attribute to change the current
65 * Example: <view scale="0.5" dx="100" dy="100"/>
67 * - A fit node may be specified with a max-scale property to fit the diagram to the
68 * available viewport with the specified max-scale.
75 var updateInterval = parseInt(urlParams['update-interval'] || 60000);
76 var updateUrlParam = urlParams['update-url'];
131 if (urlParams['update-url'] || (root.value != null && typeof(root.value) == 'object'))
215 var state = graph.view.getState(cell);
259 // update.setAttribute('geometry', JSON.stringify({dx: (Math.random() * 100) - 50,
260 // y: cell.geometry.y + (Math.random() * 100) - 50, dh: (Math.random() * 100) - 50}));
287 …x="274" y="227" width="100" height="40" as="geometry"/> </mxCell> <mxCell id="13" value="PDF…
290 // var fitNode = mxUtils.parseXml('<view scale="0.5" dx="0"/>');