In the RTE, Need aria-label text field in RTE hyperlink popup dialog | Community
Skip to main content
November 6, 2023

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

  • November 6, 2023
  • 1 reply
  • 2090 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

ShaileshBassi
Community Advisor
Community Advisor
November 6, 2023

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

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

user82867Author
November 9, 2023

Hi Shailesh,

 

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

 

Thanks,

Rajkumar.