We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zxEditor.on('select-picture', function (_) { // hybrid模式开发时,此处可以调用原生App提供的接口,访问图片文件选择列表 // 执行图片文件数据获取, // 或者获取由原生App处理并上传完成的图片url console.log("自定义选择图片-------------------"); zxEditor.addImage('图片url地址或base64图片数据') // 其他操作... })
The text was updated successfully, but these errors were encountered:
我为啥点一次打印了四次,底部栏有四个图标。。
Sorry, something went wrong.
No branches or pull requests
zxEditor.on('select-picture', function (_) {
// hybrid模式开发时,此处可以调用原生App提供的接口,访问图片文件选择列表
// 执行图片文件数据获取,
// 或者获取由原生App处理并上传完成的图片url
console.log("自定义选择图片-------------------");
zxEditor.addImage('图片url地址或base64图片数据')
// 其他操作...
})
The text was updated successfully, but these errors were encountered: