Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

docked / undocked the HTML panel

Community Beginner ,
Dec 13, 2015 Dec 13, 2015

Hello,

whether it is possible to docked / undocked the HTML panel through script ?

(like CSInterface.prototype.closeExtension() and CSInterface.prototype.requestOpenExtension)

thx

TOPICS
Actions and scripting
484
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Advocate ,
Dec 16, 2015 Dec 16, 2015

Hi,

I don't think so - have a look at the CSInterface.js source for confirmation.

Regards

Davide Barranca

---

www.davidebarranca.com

www.cs-extensions.com

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 16, 2015 Dec 16, 2015
LATEST

I can [nearly] confirm what Davide said. Here is a link to the latest CEP: https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_6.x/CSInterface.js

Refer to Line 1095. Docking interrupts the existing re-sizing feature. Given that, I don't see any way that you could even begin to programmatically dock an extension. I have some good experience with CEP and have never heard of such a feature.

Of course, none of us really know without word from Adobe itself, but I would seriously doubt the function you are asking about exists.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines