AEM 6.4 - Component Creation - HOW TO Create an anchor component
Dear all,
as a newbie I wish to create an anchor component that an author can drag onto a page and configure its text and url via dialog box.
The component is made of an usual html anchor tag like <a href="${author_URL}"> ${author_TEXT}</a>.
The component contents ( author_URL & author_TEXT) should be validated in the author dialog using regex expressions.
Any help and/or suggestions and/or sample will be very appreciated.
Thanks
BR,
Antonio