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.
如何通过 Java 在 SAP Commerce Cloud Backoffice 中显示和隐藏默认的“正在进行的工作”-微调器动画?
有没有现成的方法呢?
您可以使用以下内容:
要显示微调器:
Clients.evalJavaScript("zAu.cmd0.showBusy();");
隐藏微调器:
Clients.evalJavaScript("zAu.cmd0.clearBusy();");