收藏
回答

可以给editor的内容添加点击事件吗?

可以给编辑器里面的内容添加点击事件吗?类似这样的功能

 this.editorCtx.setContents({
      // delta: that.data.content,
      html:`<p bindtap="click">123123</p>`,
      successfunction (res{
        console.log(res);
      },
      failfunction (error{
        console.log(error);
      },
    });
回答关注问题邀请回答
收藏
登录 后发表内容