Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

In the RTE, Need aria-label text field in RTE hyperlink popup dialog

Avatar

Level 1

Hi Team,

 

In the RTE, I want to add aria-label="some text" inside anchor tag for that I need to add one more text field in hyperlink popup dialog. How can i achieve that?

 

As per screenshot instead of Universal Overlay Id i need arial-label text field.

 

Could you please help me on this.

 

Thanks,

Rajkumar.

2 Replies

Avatar

Community Advisor

HI @Rajkumarnml There is a source edit feature within the RTE, you can leverage this source edit within the RTE component.

Shailesh_Bassi__0-1699270462523.png

Within the source edit you can write the HTML whatever you want

e.g. 

<h2 style="text-align: center;"><span style="color: rgb(46,204,64);">Hello</span></h2>
<button aria-label="hello">Hello</button>

Hope this helps!

Thanks

Avatar

Level 1

Hi Shailesh,

 

I want to create aria-label textfield in link popup dialog as per attached screenshot.

 

Thanks,

Rajkumar.