gpt4 book ai didi

javascript - 如何在 Nativescript 中获取 elementById?

转载 作者:搜寻专家 更新时间:2023-10-30 22:54:28 24 4
gpt4 key购买 nike

我将 nativescript 与 vue.js 一起使用,我正在尝试执行类似 DOM 操作的操作。这是我的模板中的示例代码:

<Label textWrap="true">
<FormattedString id="formString"
backgroundColor="yellow"
effectiveHeight="100"
effectiveWidth="100%">
<Span text="This text has a " />
</FormattedString>
</Label>

我想通过他的id获取标签元素FormattedString - formString 在 javascript 中是这样的:

let fs = doument.getElementById('formString');
我如何在 Nativescript-Vue 中执行此操作?我知道有图书馆 nativescript-dom ,但我不想将整个库用于简单的 getById。

最佳答案

使用 Label.getViewById("formString") 访问 FormattedString 的属性。

getViewById最接近于 javascript getElementById

希望对你有帮助

关于javascript - 如何在 Nativescript 中获取 elementById?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56316914/

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