gpt4 book ai didi

javascript - 通过Id获取sapui5元素Like

转载 作者:行者123 更新时间:2023-12-03 04:54:22 25 4
gpt4 key购买 nike

我有一个 list 。在每一行中,我都有一个带有下一个 ID 的输入:输入_行_1、输入_行_2...

我正在使用 navigationContainer,因此,当我尝试按 Id 查找时,我注意到真正的 id 类似于:xlmview--1--input_row_1--list。所以我找不到它们。

有没有办法通过一次搜索找到所有输入。像这样的东西:

this.getView().byId("*input_row*");

如果没有,如何通过Id获取一个输入?

最佳答案

you can get all list item and then iterate through each items to find input of each list items.

var urListAllItems=sap.ui.getCore().byId("your list id").getItems();

once you have your array of items you can loop through each items and do what you want to.

关于javascript - 通过Id获取sapui5元素Like,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42504009/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com