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

What event type is fired when the panel is collapsed ?

Explorer ,
Feb 04, 2014 Feb 04, 2014

Copy link to clipboard

Copied

I am working on an extension and I've hit a dead end. Looks like when the panel's icon is clicked, a window.loaded event type is fired. But what type of event is fired when you collapse the panel back into icon form ?

I want to link serialization to the window.unload or window.close event , but nothing of the like seems to be working, which means that such a event is not fired.

Any ideeas ?

Views

2.4K

Translate

Translate

Report

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

correct answers 1 Correct answer

Adobe Employee , Apr 10, 2015 Apr 10, 2015

Hi,

Our next release of CEP will include support for programmatically resizing an extension and receiving events when the panel visibility has changed e.g. collapsed.

Kind regards,

Lea

Votes

Translate

Translate
Participant ,
Mar 25, 2015 Mar 25, 2015

Copy link to clipboard

Copied

I am also looking for the same thing. Is there any way, we can find that the panel is collapsed? And also, Is it possible to change the size of collapsed panel?
Thanks.

Votes

Translate

Translate

Report

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
Community Beginner ,
Mar 25, 2015 Mar 25, 2015

Copy link to clipboard

Copied

Hi,

apparently there is no resize/collapsed event (see Re: com.adobe.csxs.events list).

However, you can try out the "onBlur"-Event, maybe this fits your needs. See Real focusOut event of the extension?

What are you trying to achieve? Maybe we can find a workaround for your use-case until this is officially supported.

@_VG‌: Resizing the panel is not possible anymore (it was back in flex days) - support for this is coming in the next release though according to this thread: Resize an extension Panel from script

Greets

Votes

Translate

Translate

Report

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 Employee ,
Apr 10, 2015 Apr 10, 2015

Copy link to clipboard

Copied

Hi,

Our next release of CEP will include support for programmatically resizing an extension and receiving events when the panel visibility has changed e.g. collapsed.

Kind regards,

Lea

Votes

Translate

Translate

Report

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
Advocate ,
Oct 02, 2015 Oct 02, 2015

Copy link to clipboard

Copied

lesavage wrote:

Our next release of CEP will include support for programmatically resizing an extension and receiving events when the panel visibility has changed e.g. collapsed.

Hi Lea,

is the panel collapsed event missing in CEP6? Also, are any panel-related events available (event that fire when user resize, close, collapse)?

Thank you,

Davide

Votes

Translate

Translate

Report

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
Enthusiast ,
Nov 10, 2015 Nov 10, 2015

Copy link to clipboard

Copied

Hi,

you could take a look at ''com.adobe.csxs.events.WindowVisibilityChanged' event. It seems to be working with panel type extension.

But not working at all with modal dialog type extension.

Thomas.

Votes

Translate

Translate

Report

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
Participant ,
Feb 23, 2019 Feb 23, 2019

Copy link to clipboard

Copied

lesavage​ Could you be so kind to point me to documentation for the events that you mention in this old thread? Thanks

Votes

Translate

Translate

Report

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 Employee ,
May 13, 2019 May 13, 2019

Copy link to clipboard

Copied

LATEST

Hi,

I believe the latest documentation is available at Adobe CEP · GitHub​. The following link might be a good starting point: CEP-Resources/CEP 9.0 HTML Extension Cookbook.md at master · Adobe-CEP/CEP-Resources · GitHub

Kind regards,

Lea

Votes

Translate

Translate

Report

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