Dialog for edit Sites | Community
Skip to main content
unai_sarasola
New Participant
November 28, 2015
Solved

Dialog for edit Sites

  • November 28, 2015
  • 4 replies
  • 1062 views

Hi,

I have one question related with the Sites.

Is it possible to make dialogs like with pages and componentes properties, in order to have a beatiful way to select some kind of properties out of the box manage by the developer??

For example in order to customize the creation of some sites from a selected blueprint.

 

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

yes, its possible. 

In order to achieve those customization you need to override AEM default behaviour.

Take a look a JS file http://localhost:4502/crx/de/index.jsp#/libs/cq/ui/widgets/source/widgets/wcm/ a lot of these JS is used for default aem dialog boxes.

You can customized it

4 replies

unai_sarasola
New Participant
November 30, 2015

Ohhh I see. Thank you very much. I will try something with that :)

edubey
New Participant
November 30, 2015

Hi,

So when you override a aem js file from /libs, you no longer use it rather you create a copy of it under /apps so even if you upgrade /apps wont gets affected

see this https://docs.adobe.com/docs/en/cq/5-6-1/developing/clientlibs.html

unai_sarasola
New Participant
November 30, 2015

May be is better to customize the new UI???

http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/sites/createlivecopywizard

 

The problem is that if we upgrade AEM, we might lose all the changes we would made...

edubey
edubeyAccepted solution
New Participant
November 28, 2015

yes, its possible. 

In order to achieve those customization you need to override AEM default behaviour.

Take a look a JS file http://localhost:4502/crx/de/index.jsp#/libs/cq/ui/widgets/source/widgets/wcm/ a lot of these JS is used for default aem dialog boxes.

You can customized it