Expand my Community achievements bar.

[AEM 6.2 Classic UI ]how to show node name only for dam assets with Pathfield widget Browsing Dialog

Avatar

Level 4

Hello

We have the following reqirements just like AEM 5.6.1 works.
-show the node name for all dam assets
-show the jcr:title for web all pages under /content

We followed http://experience-aem.blogspot.ca/2016/06/aem-62-classic-ui-extend-pathfield-browse-dialog-show-node....
We found that it shows the node name for both dam assets and web pages which does not our requerment.

Thanks in advance for your help.

2 Replies

Avatar

Level 10

A Pathfiled field in a dialog lets you select assets in the JCR from a dialog. For example: 

Then you can select the asset you want to use - as discussed here: 

https://helpx.adobe.com/experience-manager/using/movie.html

Notice in this artilce - we use a Pathfield to select a digital asset from the AEM DAM. 

If you want too see all jcr:titles for web pages under /content - i am not sure the Pathfield control in a dialog will help you. 

Avatar

Level 4

smacdonald2008 wrote...

A Pathfiled field in a dialog lets you select assets in the JCR from a dialog. For example: 

Then you can select the asset you want to use - as discussed here: 

https://helpx.adobe.com/experience-manager/using/movie.html

Notice in this artilce - we use a Pathfield to select a digital asset from the AEM DAM. 

If you want too see all jcr:titles for web pages under /content - i am not sure the Pathfield control in a dialog will help you. 

 

Thank you Steve

When we click on pathfield in dialod, we want to see the "node name" for dam assets under /content/dam and the jcr:title for webpage like under /content/geometrixx.(see images attached)

In AEM 5.6.1, it works as we wanted. Last month, we upgraded AEM 5.6.1 to 6.2 and found it's changed. the pathfield in dialog shows jcr:title or dc:title.

So we impletmented "http://experience-aem.blogspot.ca/2016/06/aem-62-classic-ui-extend-pathfield-browse-dialog-show-node...." to show node name in /content/dam. However it shows node name for all including webpage like /content/geometrixx.