1 Reply Latest reply: Aug 21, 2014 4:59 AM by RafCorDel RSS

    Custom HTML icon with external links

    Automator21 Community Member

      Hello,

      I created a custom HTML article for a custom icon on a Multi-folio app and I have some external links on it, does anyone know how I can set up these external links to prompt the user when no internet connection is available? Thanks.

        • 1. Re: Custom HTML icon with external links
          RafCorDel Community Member

          Hello,

           

          In your custom HTML from your custom StoreFront you have to link the AdobeLibraryAPI.js first and use this code to use external links :

          <div id='myButton'>

               <span  class='myStyle' onClick='adobeDPS.dialogService.openExternal(\"MY_HTML_GLOBAL_LINK\")'>myTextIfNeeded</sp an>

          </div>"