将绑定模型到 SAP UI5 应用程序中的 sap.ui.core
请尝试以下操作,在其中需要使用模型名称作为 propertyBinding 的前缀 −
var oItemTemplate = new sap.m.ActionListItem({
title : "{checks>title}",
...
});随堂测
请尝试以下操作,在其中需要使用模型名称作为 propertyBinding 的前缀 −
var oItemTemplate = new sap.m.ActionListItem({
title : "{checks>title}",
...
});