Searched refs:createPropertyRow (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 4781 var arrItem = createPropertyRow(pName, '', newProp, index % 2 == 0, flipBkg); 4827 function createPropertyRow(pName, pValue, prop, isOdd, flipBkg) function 5120 …grid.appendChild(createPropertyRow('id', mxUtils.htmlEntities(cellId), {dispName: 'ID', type: 'rea… 5161 grid.appendChild(createPropertyRow(key, pValue, prop, isOdd, flipBkg)); 5175 var arrItem = createPropertyRow(prop.name, prop.values[j], iProp, j % 2 == 0, prop.flipBkg);
|