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

CEP Manifest documentation

Participant ,
Dec 16, 2017 Dec 16, 2017

I couldn't find any meaningful documentation on manifest.xml structure.

Can anybody point me where to look exactly?

I am particularly interested in <Lifecycle> tag and any additional options there I could use.

When user enables my panel via Window -> Extensions, it shows up by default as collapsed into icon. I would like to show up inlined somewhere by default.

Is it possible?

6.1K
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

correct answers 1 Correct answer

Community Expert , Dec 19, 2017 Dec 19, 2017
Participant ,
Dec 16, 2017 Dec 16, 2017

Additionally, if I have several tabs implemented in my HTML panel, can I have them always open in the same Tab Group?

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
Enthusiast ,
Dec 16, 2017 Dec 16, 2017
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
Participant ,
Dec 17, 2017 Dec 17, 2017

Thanks for the link, that documentation has nothing about how to write a correct manifest.xml or about which properties can you use there

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
Guru ,
Dec 17, 2017 Dec 17, 2017

Regarding the tabs you same save your last session in a cookie and on open read the cookie to reset the tabs.

Just save the cookie every time you change the tab selection.

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
Participant ,
Dec 17, 2017 Dec 17, 2017

This wouldn't solve default positioning though?

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
Guru ,
Dec 17, 2017 Dec 17, 2017

Standard events

Other events

Look at the samples for more info on how to write the manifest. Look at these links Adobe HTML Panels Development What you need to know & where to find it? | Creative-Scripts.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
Community Expert ,
Dec 19, 2017 Dec 19, 2017

Probably, This element doesn't fit your needs.

Lifecycle has two elements, First one is AutoVisible(true/false), It controls whether the extension's UI should be made visible automatically when started or if the extension wants to control this itself. 2nd one is StartOn, Specifies zero or more events on which the extension should be started. The name of the event has to be the fully qualified event id. You can reference Trevor's suggestion.

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
Participant ,
Dec 20, 2017 Dec 20, 2017
LATEST

Right, this ExtensionManifest is the closes to documentation, thanks. At least all fields there are listed

So getting back to my problem, there is no solution, I guess?
I want to somehow instruct the panel to always show up in a tab instead of being collapsed into the icon.Also, when I have several panels (tabs), I want them to show up in the same tab group by default.

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
Enthusiast ,
Dec 17, 2017 Dec 17, 2017

I didn't found better documentation yet. Lifecycle is mentioned there.

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
Community Expert ,
Dec 19, 2017 Dec 19, 2017
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