Pywebio output.put_html是否支持HTML页面中包含的侦听click event的Java Script? #665
Unanswered
smilingsand
asked this question in
Q&A
Replies: 1 comment 1 reply
-
require(["plotly"], function(Plotly) {
....
}); 其实通过查看pywebio 应用在浏览器的控制台输出,应该也能得到有用的debug信息 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
程序流程见以下代码:
现象:
保存在本地的html文件可以被浏览器打开,在浏览器中展示初始图形,并可以对鼠标点击事件进行预期的响应。这说明html页面及JS code本身是没有问题的。但是通过output.put_html调用的html,只能在浏览器中展示初始图形,对于鼠标点击事件却不能产生响应。
问题:
pywebio的output.put_html是否支持HTML页面中包含的Java Script,用以侦听事件并处理? 如果这种方法不行,pywebio建议应该怎么处理图形上的事件?
Beta Was this translation helpful? Give feedback.
All reactions