- This topic is empty.
- AuthorPosts
-
- 06/20/2013 at 9:56 am #5438
AnonymousParticipantHi
i have seen this link that was very useful. it opens the item in a new window not in a tab but it will do. here is the link
http://suryapulipati.blogspot.com/2011/12/open-hyperlink-in-new-window-in.html
Ricard S.
- 06/20/2013 at 11:17 am #4336
AnonymousParticipantHi
i have a list with one column that is of type Hyperlink and i want to press the hyperlink with the left button so it opens in a new tab or window.
Any suggestions¿?¿?
Thanks
Ricard S.
- 06/20/2013 at 11:17 am #5439
AnonymousParticipantHi Richard
If you only want to open the hyperlink field in a new window, it is already supported in later version of QuickApps. Define your Display Fields property and include the field that is of hyperlink type, edit this field and notice there is an option named "Open Link In" and you can specify value as "New Window". That should do it.
Before this feature is available, you can also use Custom Field and specify Calculated Value something like using field expression to fill in the href value and display value for the anchor.
<a href="<%Target Url%>" target="_blank"><%Text%></a>
-
- AuthorPosts
You must be logged in to reply to this topic.