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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIHover Treeview and Disabled Link (not)Hover Treeview and Disabled Link (not)
Previous
 
Next
New Post
12/3/2007 3:25 PM
 

Hi,

Is it possible to do a hover on  a 'disabled' folder? I mean,  can I assign a css to  produce a  speacial action on a  link like 'host' and 'admin' .

This is what i have in flash: http://www.cm-silves.pt       (i know its ugly )

I want to do the same tree menu functions, on this one: http://www3.cm-silves.pt             (I must be nuts)
by the way... can i do diferebnt button like on the first site?
Can you please help me?

Thanks

 
New Post
12/3/2007 4:38 PM
 

Let me suggest reviewing the skinning document for what properties can be changed to obtain a differnet view (NodeXXXXXImage properties)

The doc can be downloaded here.


 
New Post
12/3/2007 6:47 PM
 

I apreciate your fast response, but its not what i was looking for .

I need a middel state like the 'NodeOverCssClass', but this one, does not work on menus like admin and host, only on its child nodes.

i have several menu with the 'dbo.tabs.disablelink=true' and 'NodeOverCssClass' will not work on them, only on nodes with 'dbo.tabs.disablelink=false'. Is there any way that i can make it work? its the mouse over effect that i need. i'm using the "DNNTreeNavigationProvider" on web.config

Thanks,

Paulo

 
New Post
12/4/2007 7:43 AM
 

Ok, I found a way to do it:

I replaced your dnn.controls.dnntree.js, in line 485-486, where it reads:

            if (oTNode.hasNodes || oTNode.hasPendingNodes)    //if node has children then render expand/collapse icon
                oNewContainer.appendChild(this.renderExpCol(oTNode));

for the following code:

            if (oTNode.hasNodes || oTNode.hasPendingNodes)    //if node has children then render expand/collapse icon
            {
                oNewContainer.appendChild(this.renderExpCol(oTNode));
                //Lines bellow forces the DIV container to use events for expansion, Over and Out
                oNewContainer.onclick = dnn.dom.getObjMethRef(this, 'nodeExpColClick');
                oNewContainer.onmouseover = dnn.dom.getObjMethRef(this, 'nodeTextMOver');
                oNewContainer.onmouseout = dnn.dom.getObjMethRef(this, 'nodeTextMOut');
            }

and now its works like I wanted to, next step.... treeview  localization. any ideias on how? i'm currently using effority's code for tabs localization, but cant place it on treeview, should I open another thread on this sbuject?

Thanks,

Paulo

 

 
New Post
12/4/2007 9:37 AM
 

Glad you found a way to work with this.  However, you do need to keep in mind that changing the code as you have done will make upgrading to newer versions a lot more difficult to maintain.

Questions like localization of content really do not apply to this forum.


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIHover Treeview and Disabled Link (not)Hover Treeview and Disabled Link (not)


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