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.
我有一个 .jsp 文件,我在其中使用 dijit/Dialog 定义我的弹出窗口:
<div data-dojo-type="dijit/Dialog" data-dojo-id="ampPopUp" title="Amp">
但是当我显示我的页面时,我不需要显示它,我需要通过外部按钮(TextBoxIO 框架中的按钮)显示它。关键是在我按下放大器按钮之前,我无法找到隐藏它的方法。
逻辑在 .jsp 中导入的 .jsp
谢谢你们。