Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Comments component

Avatar

Level 7

Hi,

I'm working on comments component. I've copied the out of box comments component into my project. While focusing or blur on textarea of comments I'm getting the following js error -

TypeError: CQ.soco.commons is undefined
     
 
CQ.soco.commons.handleOnBlur(this, 'Type your comments here.');

 

But I've included all the JS files. Please let me know which client libs I have to include in order to fix this error.

 

Thanks,

Arya.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Comment component customization will have couple of challageous since overlay not possible.  Could you please file daycare and get official help?

View solution in original post

6 Replies

Avatar

Correct answer by
Level 10

Comment component customization will have couple of challageous since overlay not possible.  Could you please file daycare and get official help?

Avatar

Level 2

Sham HC wrote...

Comment component customization will have couple of challageous since overlay not possible.  Could you please file daycare and get official help?

 

Hello Sham,

Do you mean that this tutorial is not valid? http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/tutorials/overlay-comments.html

We also plan on customizing the comment component, how do we proceed?

Regards,

Jon Vinson Chua

Avatar

Level 7

Hi,

Could please suggest how to do it?

Thanks,

Arya.

Avatar

Level 10

Dinu_Arya wrote...

Hi,

Could please suggest how to do it?

Thanks,

Arya.

 

File issue at http://daycare.day.com/home/createaticket.html If you do not have support account follow http://helpx.adobe.com/experience-manager/kb/accessing-aem-support-portal.html

Avatar

Level 9

The Overlay Comments Component tutorial is valid, but needed a slight correction as to how to set the sling:resourceSuperType.

The Extend Comments Component tutorial will be updated by the end of the week.

See also Client-side Customization.

- JK