gpt4 book ai didi

dart - 将Web组件添加到DOM

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

我创建了扩展DIV元素的dart Web组件。
在DART中,我可以使用以下方法将DIV元素添加到DOM中:

DivElement div = new DivElement();
document.body.elements.add(div);

Dart html api

我可以对我的Web组件做同样的事情吗?
正确的语法是什么?

最佳答案

Web UI规范中有关于Web组件实例化的部分:

http://www.dartlang.org/articles/dart-web-components/spec.html#instantiation

... call new FooComponent.forElement(elem) in Dart. We don’t recommend using this approach because this constructor call cannot be used by itself–it requires several set up steps. We might have runtime libraries to make this easier in the future ...

关于dart - 将Web组件添加到DOM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14040624/

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