활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I've requirement to populate second drop down on the basis of value selected in first dropdown.
The catch here is list for both the drop-down is dynamic, I've to fetch it from back-end.
I need to implement this in AEM component.
Kindly suggest @arunpatidar @VeenaVikraman @Theo_Pendle
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
As @arunpatidar mentioned, you should use the json and fill the drop down list.
You can get help of this page as well.
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/coral-ui/c... .
This Dynamic drop down List will not save the previous selected value by reopening the dialog box. If you want to save it you should use “.selecteditem” as you see in the link which I attached.
You can create the first dropdown as dynamic based on datasource. Second dropdown you have to populate based on on select event of option of first dropdown.
Long back I created a POC solution where second dropdown populated with the children pages based on selected page in first dropdown(pathbrowser in my example)
https://github.com/arunpatidar02/aem63app-repo/blob/master/js/dynamic-dropdown.js
@HalehHaerian could you please guide here as you adapted this solution for dropdowns.
As @arunpatidar mentioned, you should use the json and fill the drop down list.
You can get help of this page as well.
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/coral-ui/c... .
This Dynamic drop down List will not save the previous selected value by reopening the dialog box. If you want to save it you should use “.selecteditem” as you see in the link which I attached.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수