小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.createSelectorQuery().select('#editor').context(ress => { this.editorCtx = ress.context this.editorCtx.setContents({ html: '测试', }) }).exec() //会自动跳转到editor元素的位置
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
具体描述一下你的问题咧
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
小伙子,我的问题和你一样, 我是使用radio-group组件,绑定数据到editor渲染数据,editor会自动焦点,且弹出键盘。 现在的问题就是会自动焦点和弹出键盘, 怎么取消掉。
wx.createSelectorQuery().select('#editorB').context(function (res) {
if(!res) return
that.editorCtx = res.context
res.context.setContents({
html: vhtml,
focus: false
})
}).exec()
请详细描述下你的问题。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
具体描述一下你的问题咧
小伙子,我的问题和你一样, 我是使用radio-group组件,绑定数据到editor渲染数据,editor会自动焦点,且弹出键盘。 现在的问题就是会自动焦点和弹出键盘, 怎么取消掉。
wx.createSelectorQuery().select('#editorB').context(function (res) {
if(!res) return
that.editorCtx = res.context
res.context.setContents({
html: vhtml,
focus: false
})
}).exec()
请详细描述下你的问题。