Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 struts2-jquery 插件。我有一个包含文本字段的 < sj:dialog >。我希望该文本字段在获得焦点时启动另一个对话框。这个新对话框也应该呈现为 < sj:dialog > 标记。这项任务的最佳解决方案是什么?
可能您可以尝试使用 a<sj:textfield>及其onFocusTopics属性来触发焦点事件,以便随后打开<sj:dialog>具有相同主题的主题。openTopics
<sj:textfield>
onFocusTopics
<sj:dialog>
openTopics
顺便说一句,您无法使用.dialog(),因为 struts2jquery仅在页面上存在这些现有组件requirejs时才使用在运行时检索所需的 js 库。sj
.dialog()
requirejs
sj
<sj:dialog>您可以通过在页面中包含一个虚拟对象来克服它,将其display样式设置为none.
display
none