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.
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.
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
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...
Yes. finally. It is because the asp updatepanel. thanks
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
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.