jQuery

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/8/2011 9:09:19 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

jQuery

Hi,

I am trying to implement jQuery skin based on Joe post.

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=4&thread=5160

I am trying this option as per docs below

---------------

version 2.3.6.6

If you are using any of the Artisteer skins or skins based on the jqueryui-1 skin, there are a few new entries needed in the theme.skin file. Other skins do not need these changes.

Skins based on jqueryui-1 need this:
<portal:OuterWrapperPanel runat="server"
   ExtraCssClasses="ui-widget"
  />

<portal:OuterBodyPanel runat="server"
  ExtraCssClasses="ui-widget-content ui-corner-bottom"
  />

 

 

-----------------------------------------------------------------------------

These is part of default theme.skin file with my code in bold but i don't see skin changes.

Can anyone guide me what i am doing wrong here?

<mp:CornerRounderTop runat="server"
        DoRounding="true"
        />
       
     <mp:CornerRounderBottom runat="server"
        DoRounding="true"
        />
 
  <portal:mojoPanel runat="server" RenderArtisteer="true" />
  <portal:ModuleTitleControl runat="server" RenderArtisteer="true" />
  <portal:mojoButton runat="server" RenderArtisteer="true" CssClass="art-button" />
        <!--My Skin configuration begin-->
        <portal:OuterWrapperPanel runat="server"ExtraCssClasses="ui-widget"/>
        <portal:OuterBodyPanel runat="server" ExtraCssClasses="ui-widget-content ui-corner-bottom"/>
        <!--My Skin configuration end-->

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