Jquery ui as Mojoportal theme

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/9/2010 2:30:13 AM
Gravatar
Total Posts 15
kamran

Jquery ui as Mojoportal theme

Hi joe

Can Jquery Ui be used of styling mojoportal. Like for Menus. i see on admin site tabs have been implemented using Jquery Ui.

Currently we are developing Multiportal MMS System Mojoportal. we  want to implements jquery UI. So that a client if he wish to changes Site UI

They Just Upload there custom UI from Jquery UI. And its will be implemnted in mojoportal.

 

regards

 

kamran

7/9/2010 1:01:36 PM
Gravatar
Total Posts 18439

Re: Jquery ui as Mojoportal theme

Hi,

jQuery doesn't really have menus or menu styling in the box yet. There may be something useful in jQueryUI 1.9, so maybe in the future I will look into it, but jQuery UI tabs for example should not be confused as being useful as a general purpose menu. A menu renders generally as a nested set of ul/li elements. jQuery tabs use markup that is not suitable for a menu, it is a self contained widget and the tabs do look like a menu, but the structure is nothing like what one would typically have for a menu. A menu is just a list of links but the tab widget has a list of links and a container div for each item and a paragraph for each item.

Best,

Joe

7/12/2010 9:20:44 AM
Gravatar
Total Posts 15
kamran

Re: Jquery ui as Mojoportal theme

Hi joe

 

 Interesting . so basically UI base Menu is Missing in Jquery UI. Let Hope its added in jquery UI 9. Its would be great if the add it. Also consider in a wish list

to have jquery UI base Skin in mojoportal.

 

regards

kamran

7/27/2010 11:38:55 AM
Gravatar
Total Posts 18439

Re: Jquery ui as Mojoportal theme

Hi Kamran,

Take a look at demo.mojoportal.com, change the skin to jqueryui-1 (if that isn't the current skin) and you will see I have made a skin that is based mainly on jquery ui and you can change the jquery ui theme from a dropdown list.

Best,

Joe

7/28/2010 3:35:03 AM
Gravatar
Total Posts 15
kamran

Re: Jquery ui as Mojoportal theme

Hi Joe

 

Thanx for the Jquery Skin Implementation.we will continue from this skin and adjust it according to  our Site

Best,

 

Kamran

5/30/2011 1:28:47 AM
Gravatar
Total Posts 1

Re: Jquery ui as Mojoportal theme

Hi, 

I just need to know how we embed JQUERY in mojoportal ???

 

Thanks

5/30/2011 5:29:17 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Jquery ui as Mojoportal theme

Jquery and the Jquery UI are already included with mojoPortal. If you are looking to include a Jquery plug-in I would recommend reading this.

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