0

有没有一种方法可以从作品集中自动调用库,而无需点击“库”按钮?我们正在尝试在没有人为干预的情况下更新作品集,并且一旦您点击“库”按钮,代码就会自动下载新版本。该代码还会重新启动作品集。我需要一种以编程方式从作品集转到图书馆的方法。

4

1 回答 1

0

Yes,

You should be able to do this using the adobeDPS.configurationService.gotoState() method (see docs)

adobeDPS.configurationService.gotoState("Library")

The string you pass to gotoState must match the label of the tab. If the tab says "Library" (it's case sensitive), then the above code should work.

于 2014-11-12T16:45:45.077 回答