Javascript Use API How To Get Property/Content From Other Component in Sampe Page
Dear Good People,
I am new in using AEM(Adobe Experience Manager)
I have a page that contains 2 or more components in a responsivegrid(wcm/foundation/components/responsivegrid) component area.
For example component date_event period that contains only 2 nodes which are :
- node start date (datepicker)
- node end date (datepicker)
in the file date_event.js within in component date_event, i retrieve those both nodes and return it.
then I have other component that want to retrieve node start date & end date from date_event component, but i got stuck while working on it.
So i need help how to figure it out?
