ブール プロパティ IsGroup を持つ MachineProcess エンティティがあります。以下のような私のコードは機能しません。
myapp.AddEditMachineProcess.Details_postRender = function (element, contentItem) {
// Write code here.
contentItem.details.addChangeListener("IsGroup", function (e) {
var isGroup = contentItem.value.MachineProcess.isGroup;
var partGroup = contentItem.findItem("PartGroups");
if(isGroup){partGroup.isVisible}});};
正しいコードのために助けてください、ありがとう!