Searched refs:colStyle (Results 1 – 3 of 3) sorted by relevance
1670 var colStyle = { class in mxGraphMlCodec.addTbl2Cols1679 colStyle["fillColor"] = "none";1686 colStyle["fillColor"] = fillColor? fillColor : colStyle["swimlaneFillColor"];1778 if (colStyle["oddFill"]) 1779 colStyle["fillColor"] = colStyle["oddFill"];1781 if (colStyle["oddLaneFill"])1782 colStyle["swimlaneFillColor"] = colStyle["oddLaneFill"];1786 if (colStyle["evenFill"]) 1787 colStyle["fillColor"] = colStyle["evenFill"];1789 if (colStyle["evenLaneFill"])[all …]
459 value: function _mergeStyle(rowStyle, colStyle, style) {460 var numFmt = rowStyle && rowStyle.numFmt || colStyle && colStyle.numFmt;462 var font = rowStyle && rowStyle.font || colStyle && colStyle.font;464 var alignment = rowStyle && rowStyle.alignment || colStyle && colStyle.alignment;466 var border = rowStyle && rowStyle.border || colStyle && colStyle.border;468 var fill = rowStyle && rowStyle.fill || colStyle && colStyle.fill;470 var protection = rowStyle && rowStyle.protection || colStyle && colStyle.protection;
7311 …var colStyle = 'swimlane;html=1;whiteSpace=wrap;container=1;connectable=0;collapsible=0;dropTarget…7328 var c = new mxCell('', new mxGeometry(x, 0, cw, h), colStyle);