Lines Matching refs:pName

4617 			function applyStyleVal(pName, newVal, prop, delIndex)  argument
4630 while(curVal && curVal.getAttribute('data-pName') == pName)
4668 graph.setCellStyles(pName, newVal, graph.getSelectionCells());
4669 changedProps.push(pName);
4724 function createColorBtn(pName, pValue, prop) argument
4738 applyStyleVal(pName, color, prop);
4751 function createDynArrList(pName, pValue, subType, defVal, countProperty, myRow, flipBkg) argument
4756 …secondLevel.push({name: pName, values: vals, type: subType, defVal: defVal, countProperty: countPr…
4769 if (elemPName == pName)
4781 var arrItem = createPropertyRow(pName, '', newProp, index % 2 == 0, flipBkg);
4782 applyStyleVal(pName, defVal, newProp);
4795 function createStaticArrList(pName, pValue, subType, defVal, size, myRow, flipBkg) argument
4808 …secondLevel.push({name: pName, values: vals, type: subType, defVal: defVal, parentRow: myRow, flip…
4814 function createCheckbox(pName, pValue, prop) argument
4822 applyStyleVal(pName, input.checked? '1' : '0', prop);
4827 function createPropertyRow(pName, pValue, prop, isOdd, flipBkg) argument
4833 row.setAttribute('data-pName', pName);
4861 td.appendChild(createColorBtn(pName, pValue, prop));
4865 td.appendChild(createCheckbox(pName, pValue, prop));
4903 applyStyleVal(pName, newVal, prop);
4918 …td.appendChild(createDynArrList(pName, pValue, prop.subType, prop.subDefVal, prop.countProperty, r…
4922 …td.appendChild(createStaticArrList(pName, pValue, prop.subType, prop.subDefVal, prop.size, row, fl…
4992 applyStyleVal(pName, newVal, prop);
5019 applyStyleVal(pName, '', prop, prop.index);