change href to onclick
-
Hi there!
i am super thankful for this plugin.
i am using it for app building using Ionic 2 & WP API.
can you help me with this :
i need to change the way your icon links to file programatically,from
<a href="https://some-url/file.docx" target="_blank">
to
<a onclick="window.open('https://some-url/file.docx', '_system')">
or
<a (click)="openPage({target: '_blank', url: 'https://some-url/file.docx', extra_classes:'system'})">
any help will be greatly appreciated ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘change href to onclick’ is closed to new replies.