Help System question

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.
7/3/2018 4:14:00 PM
Gravatar
Total Posts 12

Help System question

I started using the help system and ran across the following.
If I add the <portal:mojoHelpLink ID="MojoHelpLink2" runat="server" HelpKey="option1" /> to a page, the help window pops up like expected.

If I add the same to a custom module, inline or compiled, it does not pop up and instead navigates to the help page.
What am I missing?
 

7/6/2018 12:05:58 PM
Gravatar
Total Posts 12

Re: Help System question

This is a "My Bad"

I was trying out the Accordion Control and I just copied and pasted some sample code to test it.
I re-worked the code to my liking and started to use it. The help system failed only on the pages that had the accordion.
After looking through the code, the sample I copied had links to an old version of jQuery and Bootstrap in the body of the page.
Once I removed those links all works as intended.

This is what happens when you get in a hurry.
 

You must sign in to post in the forums. This thread is closed to new posts.