Developer forum

Forum » Development » Popup not working for LinkManager

Popup not working for LinkManager

George Nelzo Pereira
Reply
Hi
I have an Admin Page in one module with this:
<dw:LinkManager runat="server" DisableFileArchive="True" DisableParagraphSelector="True" ID="ConfirmationRedirectPage" />
 
They are generating correct the field but when I try access, don`t do anything.
https://georgenelzo.tinytake.com/sf/NjAwNzUwXzI5OTg3MjY
 
I need to be able to choose one internal page.
Someone have any idea?

Replies

 
Nicolai Høeg Pedersen
Reply

Try filling out the Name property of the linkamanager control

 
George Nelzo Pereira
Reply

Hi Nicolai, thanks for your reply.

I tried before with ID and Name, stiil not showing the popup... and I tried in Chrome, IE, Firefox

I remember in version 8.3 was working, but with 8.7 is not working...

:(

Is working to put manually the value (Default.aspx?ID=123), just the popup is not working...

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Did you add a head runat server containing a controlressources control inside?

See last section here:

http://devierkoeden.com/articles/building-dynamicweb-module-admin-interfaces-1-introduction.aspx

Votes for this answer: 1
 
George Nelzo Pereira
Reply

Thanks Nicolai.

Now is working.

 

You must be logged in to post in the forum