cblink not working anymore ?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/10/2015 5:15:20 AM
Gravatar
Total Posts 50

cblink not working anymore ?

Hi , 

i have put a cblink class in a lnk 

 

  <asp:HyperLink ID="lnkCreditLimi" runat="server" Text='<%# Eval("IdentityCode") %>'  CssClass="cblink" NavigateUrl='<% # BuildBioQueryString(Eval("IdentityCode").ToString()) %>' />
                                            
                                                     

and adjust the layout.master accordingly 

<portal:ScriptLoader...IncludeColorBox="true" 

but the link pop up the colorbox ,it only direct to the page. 

What else i need to configure ,in order it pop up a new page?

thanks 

 

 

 

3/13/2015 2:26:33 AM
Gravatar
Total Posts 50

Re: cblink not working anymore ?

find out dont know why using admin login the colorbox not pop out , but when using other roles ,the colorbox pop out. 

continue find out what is the cause... 

3/13/2015 9:39:06 AM
Gravatar
Total Posts 50

Re: cblink not working anymore ?

Yes. finally. It is because the asp updatepanel. thanks 

3/20/2015 12:25:28 AM
Gravatar
Total Posts 50

Re: cblink not working anymore ?

Hi there, 

Any one facing the problem , class ="cblink" it work only when u log in as admin, other role will not pop out the page ? 

please help . 

thanks 

3/20/2015 11:05:33 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: cblink not working anymore ?

I haven't seen this problem. Use a browser's developer's console (F12) and look through for any errors loading the ColorBox JavaScript. Make sure that the JavaScript is firing when the link is clicked.

3/20/2015 8:44:31 PM
Gravatar
Total Posts 50

Re: cblink not working anymore ?

Thanks for the reply i fix the problem with delete all the files in server .i publish the project using vs2013 publish file and copy the mojo /web/data/ into the publish folder then upload all to the server again . the cblink pop up work with any roles now. Thanks
You must sign in to post in the forums. This thread is closed to new posts.