Hi,
I need to create hyperlink. Once hyperlink is click I need to add dialog box where all the information should fetch from API and It should display on dialog box.
Thank you
Hiperlink where?
In H5 ?
Yes. In H5.
const HOST=this.controller.ParentWindow.attr('id')
$(HOST).append($('<a>', { css: { 'z-index': '999', 'vertical-align': 'top', top: top: '365px', left: '10px', position: 'absolute', 'overflow': 'auto'
.....................
} })
for '<a>' construction verify JQuery documentation...