External Link in Modal Window
Posted: 2019-04-10 19:23
Hello Coding Gurus,
Using AppGini V 5.75
I am hoping to add help files via a wiki from an external folder/site to my project. I know I could add to the field description but some of the explanations get wordy and a pop up modal window could provide an extra bit of assistance in many cases. I have tried adding something like this in various forms to the field description but it just clicks with nothing happening. The browser shows a link, no console error, just click and nada.
<a class="alert" href="http://somewebsite.com" title="Test" data-target="modal" data-toggle="modal">Help link here</a>
It would be an asset to my project if I could get this to work.
Thanks in advance!
Using AppGini V 5.75
I am hoping to add help files via a wiki from an external folder/site to my project. I know I could add to the field description but some of the explanations get wordy and a pop up modal window could provide an extra bit of assistance in many cases. I have tried adding something like this in various forms to the field description but it just clicks with nothing happening. The browser shows a link, no console error, just click and nada.
<a class="alert" href="http://somewebsite.com" title="Test" data-target="modal" data-toggle="modal">Help link here</a>
It would be an asset to my project if I could get this to work.
Thanks in advance!