활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I have to create Alerts Component using Content fragments to load Alerts via XF how can I do that ?
Thank You
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @Teju_8 ,
A few steps to do.
1. Get ready with your html, css and component dialog
2. Add your css/js to a client library(to the appropriate existing one) and refer them in to your template.
3. Create a content fragment and add your component to the content fragment.
4. Add your content fragment to your page or to the template structure.
more on content fragments: https://experienceleague.adobe.com/docs/experience-manager-learn/sites/content-fragments/content-fra...
more on component development: https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/components-basic...
Thank you.
Regards,
Sravan
Actually in our requirement we want to show alert on website through content fragment.
조회 수
답글
좋아요 수
Hi @Teju_8 ,
You can implement that in the frontend code considering component, a component which alerts are all based on css class like popup, warnings etc.
One of the approach could be,
Hope that helps you!
Regards,
Santosh
Hi @Teju_8 ,
A few steps to do.
1. Get ready with your html, css and component dialog
2. Add your css/js to a client library(to the appropriate existing one) and refer them in to your template.
3. Create a content fragment and add your component to the content fragment.
4. Add your content fragment to your page or to the template structure.
more on content fragments: https://experienceleague.adobe.com/docs/experience-manager-learn/sites/content-fragments/content-fra...
more on component development: https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/components-basic...
Thank you.
Regards,
Sravan