将绑定模型到 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}", ... });