Lines Matching refs:text2
4423 var text2 = null;
4530 return (text2 != null) ? text2 : '';
8105 …var text2 = new mxCell(convertText(p.Carrier), new mxGeometry(w * 0.09, 0, w * 0.2, h), 'strokeCol…
8106 text2.vertex = true;
8107 v.insert(text2);
8108 text2.style += getLabelStyle(p.Carrier, isLastLblHTML);
8137 …var text2 = new mxCell(convertText(p.RightText), new mxGeometry(w * 0.65, 0, w * 0.3, h), 'strokeC…
8138 text2.vertex = true;
8139 v.insert(text2);
8140 text2.style += getLabelStyle(p.RightText, isLastLblHTML);
8701 …var text2 = new mxCell('', new mxGeometry(0, h * 0.6, w, h * 0.4), 'fillColor=none;strokeColor=non…
8702 text2.vertex = true;
8703 v.insert(text2);
8704 text2.value = convertText(p["bottom-text"]);
8705 text2.style += (isLastLblHTML? 'html=1;fontSize=' + defaultFontSize + ';' +