Toolbar item that is link to a website
Hello, I would like to add a tool bar item to the navigaion toolset that just takes the user to a website when clicked. This sounds like it should be simple but I am not sure how to configure this. Does anyone have an idea? Thanks in advance.
0
-
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.
-Malcolm0 -
Worked great, thanks Malcolm. 0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires