Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsSkinsSkinsDNN 6 and jQuery UIDNN 6 and jQuery UI
Previous
 
Next
New Post
4/9/2012 2:42 AM
 

I am new to DNN and jQuery.

I want to use jQuery UI themes (like the ones made with jQuery UI Roller http://jqueryui.com/themeroller/). I guess this would be implemented in the skin, but I have no clue where to start.

I bought the following skin thinking that it would have some default jQuery theme, but it doesn't seem to:

http://store.dotnetnuke.com/home/product-details/%28dnn456%29-dark-blue-business-w3c-standard-xhtml-compliant-skin-062-%28with-slider-module%29

I want to use jQuery UI buttons, as an example, but the best I can get when I try is the DNN buttons. How can I use/create something different? Where do I put my custom themes/css? How do I create the button? Is it just a matter matter of setting the html element's class="myStyle button" or what? I am also writing a DNN module so are there any naming conventions that I should be aware of so that my module's components can automatically pickup the jQuery styles of any DNN skin?

 
New Post
4/14/2012 9:06 AM
 
I am finally getting some traction. I have just reported this as a bug in the default.css file:

ERROR: .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only

CORRECTION: .ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only

The correction above clears up my button issue.

I am still working on some things like the datepicker, but I think largely it is just a matter of css collisions and errors. Scoping seems to be working very well so far.
 
New Post
5/17/2012 10:05 AM
 

Hi Kevin,

I am starting to experiment with creating a mobile skin for DNN 6.1.5 with jQuery UI and I am getting some strange results.  I can edit the content box - I have added text - but it only shows up when I am in edit mode. When I am not logged in or in view mode the text does not show up. When I added the text and clicked save it took a long time and then remained at the open text editor - so I know if did not fully work correctly.

Here is what I have in my skin file - do you have any advice?

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
 <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
  <script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>

<div data-role="page" id="jq1" >
     <div data-role="header">
        <a href="cancel" data-icon="delete">Cancel</a>
        <h1><img src="ArukorLogo.png" /></h1>
        <a href="save" data-icon="check" data-theme="b">Save</a>
    </div>
    <div data-role="content">
          <div id="ContentPane" class="ContentPane" runat="server" visible="false"></div>
    </div>
    <div data-role="footer" data-id="main" position="fixed">
        <div data-role="navbar">
            <ul>
                <li><a data-icon="home" class="ui-btn-active ui-state-persist">Home</a></li>
                <li><a href="#help" data-icon="alert">Help</a></li>
            </ul>
        </div>
    </div>
</div>



 
New Post
5/25/2012 4:09 AM
 
kevin bronson wrote:
I am finally getting some traction. I have just reported this as a bug in the default.css file:

ERROR: .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only

CORRECTION: .ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only

The correction above clears up my button issue.

I am still working on some things like the datepicker, but I think largely it is just a matter of css collisions and errors. Scoping seems to be working very well so far.

 I'm having issues with the datepicker and the other jQuery UI controls in my DNN module too.  The background is transparent and it doesn't seem to be using a theme.  Does anyone have a tutorial/example for using jQuery UI themeroller and adding it to your module?

 
New Post
6/10/2012 1:24 AM
 

Hi Judy,

If you're still having this problem, sounds like you need to set the page permissions so that everyone can view the page even if you are not logged in or in edit mode.

Also, I'm not sure how it's being added, but this line:

<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>

could cause a conflict because jQuery is already installed by DNN 6; if more than one reference is made to jQuery, it can cause a lot of problems.

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsSkinsSkinsDNN 6 and jQuery UIDNN 6 and jQuery UI


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out