Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Item Details download-link opens the Dokument in the same window
Last Post 12/21/2009 3:44 PM by Peter Donker. 4 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Guido Kuehler
Basic Member
Basic Member
Posts:149


--
09/25/2007 12:44 PM

When you click in the Item Details on the download link the PDF for example is opened in the same window. many Users close this window and must open a new Webbrowser and login to come in the Portal.

We cannot customize this part in Details ascx because a the followed control is used.

<

p class="DetailsHeading"><%</font><font color="#0000ff" size="2">=</font><font size="2">DotNetNuke.Services.Localization.Localization.GetString(</font><font color="#800000" size="2">&quot;Versions&quot;</font><font size="2">, LocalResourceFile)%>p>

 

<div class="EntryDetails">

 

 

<dmx:versionlist runat="server" id="ctlVersions" />div>

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/25/2007 4:44 PM
Check out the VersionList.ascx next to it. There you'll find the download link. Just add target="_blank" to it and it should spark up in a new window. I've adjusted this in the development version as well.
Guido Kuehler
Basic Member
Basic Member
Posts:149


--
09/25/2007 6:57 PM
Thank you for the info!
Bill
New Member
New Member
Posts:30


--
12/19/2009 5:22 PM
Is it the same form name (VersionList.ascx) for version 5?

Thanks
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
12/21/2009 3:44 PM
Hi Bill,

Yes. This did not change from DMX 4 to 5. You'll find it under 'desktopmodules/bring2mind/dmx/controls'.

Peter
You are not authorized to post a reply.