Extending jquery cluetip in mojoportal

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.
1/7/2010 10:43:53 AM
Gravatar
Total Posts 190

Extending jquery cluetip in mojoportal

Hey Joe,

I'm wondering if there is any documentation on using the cluetip plugin in mojoportal. I'm trying to use as much as possible the code that is already there, but I'm having some trouble.

I wanted to set up a cluetip class that is different from the one used by the workflow, so I added a method call to the layout.master with a different class and some different options (like using a local element on the page for the tip content that is hidden). But it appears that the portal only loads the cluetip plugin on pages that have an html feature. So I get an error on pages where on doesn't exist. Is there an easy path for developers to implement their own variety of cluetips while leveraging what's already built into mojo?

Thanks,

John

1/7/2010 10:50:16 AM
Gravatar
Total Posts 18439

Re: Extending jquery cluetip in mojoportal

Hi John,

You can force it to include the script by adding IncludeClueTip="true" on the ScriptLoader control in layout.master. You can override the css for the cluetip class in your css.

Hope it helps,

Joe

1/7/2010 11:23:59 AM
Gravatar
Total Posts 190

Re: Extending jquery cluetip in mojoportal

Perfect. That should solve my errors. Thanks again!

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