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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Has anyone successfully integrated Ruzee border with DNN skins?Has anyone successfully integrated Ruzee border with DNN skins?
Previous
 
Next
New Post
6/18/2007 3:36 AM
 

Well, the question expressed it all. I'm rather at a lost to make the script work and will be extremely appreciated if someone points me to the right direction.

http://www.ruzee.com/blog/shadedborder

Thanks,
Duc

 
New Post
6/18/2007 9:44 AM
 

I've done it. It's quite straightforward, you have to watch the syntax on the javascript calls, I seem to forget to delete the trailing comma after the last class...

You might need to make sure you are using xhtml mode with a skin.doctype.xml file - I haven't actually tried with a html page so it may well not be an issue.

I simply add the following to near the top of my ascx file:

register user controls
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<script language="javascript" type="text/javascript" src="<%=Skinpath%>cssquery2-p.js"></script>
<script language="javascript" type="text/javascript" src="<%=Skinpath%>ruzeeborders.js"></script>
<script language="javascript" type="text/javascript" src="<%=Skinpath%>corners.js"></script>
<div id="container">etc

I have the js files all in the same directory as the skin.

Make sure corners.js references the right classes! Easier to test in Firefox with the firebug add in, as it gives you more information on errors.

Corners.js looks like this:

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}
RUZEE.Borders.add({
 '.shadow_rounded': { borderType:'shadow', cornerRadius:8, shadowWidth:3 }
});
addLoadEvent(function() { 
 try{
  RUZEE.Borders.render(); 
 }
 catch(ex) {
  
 }
});
 
New Post
6/18/2007 10:03 AM
 

Thanks so much, it works like a charm.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Has anyone successfully integrated Ruzee border with DNN skins?Has anyone successfully integrated Ruzee border with DNN skins?


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