Skip to main content

Toolbar item that is link to a website

Comments

2 comments

  • Permanently deleted user
    Hi there,   If you're talking about Essentials ADF Elements, then a Command will do the trick:   <Command ID="OpenWebsiteCommand"

     

      ItemIndex="99"

     

      ClientAction="window.open('http://web.server.com/site/to/open');"

     

      Name="Open Website"

     

      ToolTip="Launch a website"

     

      DefaultImage="~/Path/To/Image.png"

     

      HoverImage="~/Path/To/Image.png"

     

      SelectedImage="~/Path/To/Image.png"

     

      Text="Launch Website" />   You can also add one of these using Essentials Manager.  You'll have to replace the example values above with ones that are relevant to your environment.

     

    -Malcolm
    0
  • Permanently deleted user
    Worked great, thanks Malcolm.

     

    0

Please sign in to leave a comment.