gpt4 book ai didi

dart - 以编程方式访问Polymer内部元素

转载 作者:行者123 更新时间:2023-12-03 03:02:57 26 4
gpt4 key购买 nike

我将应用程序封装在Polymer元素中,并且希望在其中使用另一个Polymer元素。要调用内部元素的所有方法,我尝试使用$ []。
内部外部聚合物元素我有这个:

ImageEditor ime;
DivElement div2;
ImageTool.created(): super.created(){
div2 = $["secondDiv"];
ime = $["imageEditor1"]
}

在HTML中,我只是拥有:

<polymer-element name="da-imagetool">
<template>
<div class="images" id="mainDiv">
<da-imageeditor id="imageEditor1" name="ied"></da-imageeditor>

最后是脚本src。
由于某些原因,将imageEditor1分配给ime时会出现异常。

Exception: type 'HtmlElement' is not a subtype of type 'ImageEditor' of 'value'.

最佳答案

看来浏览器尚未升级<da-imageeditor>元素。

确保您对<import>元素进行了<da-imageeditor>编码,并在@CustomTag类声明中具有正确的ImageEditor批注。

关于dart - 以编程方式访问Polymer内部元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21839655/

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