popup html with js embed #327
Unanswered
wanghaisheng
asked this question in
Q&A
Replies: 3 comments 6 replies
-
页面上同一时间只能显示一个popup,如果显示新popup的时候页面上已经有一个popup正在显示了,那么正在显示的popup将会被关闭 popup('popup title1', 'popup text content', size=PopupSize.SMALL)
kou_ling = textarea("%s" % display_label['kouling'], type=TEXT, validate=valid_check, required=True,
placeholder=display_label['placeholder'],position=0)
time.sleep(4)
popup('popup title2', 'popup text content', size=PopupSize.SMALL) 这样就能看出来了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
》页面上同一时间只能显示一个popup,如果显示新popup的时候页面上已经有一个popup正在显示了,那么正在显示的popup将会被关闭 |
Beta Was this translation helpful? Give feedback.
6 replies
-
@wang0618
代码运行完毕以后,惊奇的是我后退以后再刷新 popup就出现了 chrome_gvCLMVnaPz.mp4Error(TypeError: $(...).modal is not a function) in dispatch command: popup Scope '#pywebio-scope-gH6fY9T8WM' not found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
紧急求助 之前popup是会显示的 现在我不知道改动了其他那里的代码 不论是我添加最简单的popup到任何位置 都不显示了 这个可能是哪里的原因
@wang0618
第一个会显示 第二个之后就不会。。后面我还放了2个
Beta Was this translation helpful? Give feedback.
All reactions