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
希望点击外部按钮能滚动到页面的某个地方 我看到文档里面只有目录定位的功能
instance.command.executeScrollintoview(id)
The text was updated successfully, but these errors were encountered:
场景是什么?
Sorry, something went wrong.
比如通过外部接口获取的关键字 或者根据接口获取关键段落id滚动到关键的地方 再比如连续性病历,根据id滚动到病程记录 问一下大佬 如果是连续性病历应该如何展示呢?
feat: add executeLocationControl api #592
53701fc
问下controlId怎么通过控件传入 这边传入了controlId
但是在渲染文字的时候将控件拆分,controlId随机生成了,导致无法定位
No branches or pull requests
What problem does this feature solve?
希望点击外部按钮能滚动到页面的某个地方
我看到文档里面只有目录定位的功能
What does the proposed API look like?
instance.command.executeScrollintoview(id)
The text was updated successfully, but these errors were encountered: