Context Menu on dynamically generated Divs
2005/09/09 16:50
Viewed 3699 times
Replies: 1/10

We got Dynamic Menu v 2.5.

The context menu is working fine if the div is already in the html page.

I am trying to dispaly context menus based on dynamically genrated divs.

In my case I am generating the div using xml and xslt transformation.

Also i want to know how can we upgrade to v2.8.

Any help would be appreciated.

last
Re: Context Menu on dynamically generated Divs
2005/09/09 16:58
Viewed 5540 times
Replies: 1/9
At 2005/09/09 16:50, palmeti wrote:

I am trying to dispaly context menus based on dynamically genrated divs.

Please check the sample "examples/context3.html" where this matter is discussed.

In my case I am generating the div using xml and xslt transformation.

In this case it should be even easier, as I presume you are generating the code on the server-side.  If that's the case, nothing changes--just assign elements the same you do for static elements.

Also i want to know how can we upgrade to v2.8.

You need to go to https://www.dynarch.com/my/products.html after logging in and look for an "upgrade" link at the bottom of the page.

last
Adding items to a list
2005/09/09 23:51
Viewed 3499 times
Replies: 1/1
First, I'd like to say that your menu is awesome and all the better that it's free. Next - can I dynamically add items to the menu? I know i can enable and disable items, but is there anything in the API to append items to a list or
  • s to the
      ? Basically I want the list to be dependent on the item clicked on, but this list will be generated using AJAX, so I won't be able to create menus in advance. Many thanks - for the product and in advance of any suggestions. Digby
  • last
    Re: Adding items to a list
    2005/09/09 23:52
    Viewed 5319 times
    Replies: 0/0

    Oops. I put and [li] and a [ul] in my post so it's messed it up a bit.

    last
    DynarchMenu Install Problem
    2005/09/12 01:46
    Viewed 3461 times
    Replies: 0/0

    I am trying to install DynarchMenu 2.7 into a CMS I am working with...

    I have placed all the files in their locations and added in the calls needed to run the script...

    When I go to the page and do a "right-click" (I mentioned its a contextual menua, right?) I end up with a "Shadow" Block and the rest of the menu is basically useless...

    I am thinking it is a path issue with the calls to the scripts but it makes no sense as all loads up nicely except no working menu...

    If you have a free minute, could you check out www.2xlnt.com and right-click on the main page somewhere and see the menu I am talking about...

    in IE you get a square shadow block...
    in ForeFox I get nothing...  the side bar jumps up and down for a second when I right-click, but still nothing...

    I plan on updating the code to DynarchMenu 2.8 and seeing if it helps, but unless its a known bug in 2.7 I am sure its not the issue...

    Help? :)

    BTW, your updated HTMLArea popup editor looks awesome!!!  Hope we dont have to wait long for your next release of this awesome script!!!  Thanks again.

    last
    Upgrade from v2.5 to v2.8 question
    2005/09/23 00:16
    Viewed 3529 times
    Replies: 1/1

    I want to upgrade to v2.8.

    I dont want to use the crossframes support. But my page is in frames and i am using the old way of initailizing.

    menu=DynarchMenu.setup('menu',{ electric: 2000});

    I get the javascript errors:
    window.top.DynarchMenu._infomap is null or not an object
    window.top.DynarchMenu._C is null or not an object

    last
    Re: Upgrade from v2.5 to v2.8 question
    2005/09/23 00:25
    Viewed 4968 times
    Replies: 0/0

    Yes, we are aware of this bug.. I am sorry for it. We are working on fixing it, but until then please feel free to use your old 2.5 version even if you upgraded the licensing info on our site.

    last
    Stack Error
    2005/09/27 19:33
    Viewed 3606 times
    Replies: 0/0

    I am trying to decide if I want to use this menu on my site but it doesn't work in IE for me. My test is at http://24.10.178.66/StudentTracker/index.php
    In Firefox it works flawlessly but in IE I get an error that says "Stack overflow at line:1" when i try to expand one of the menu's. I can't really debug the Javascript as it is encrypted. Anyone know how to fix this?

    last
    Hover Text Color
    2005/10/01 04:20
    Viewed 3781 times
    Replies: 2/5
    by Kirk

    Although I believe that I'm modifying the correct line of code, I wanted to see if anyone has been able to change the color of the horizontal items text on hover. I have modified the following line of code:

    div.dynarch-horiz-menu table tr td.hover { background: url("img/aqua/hover-bg.png"); color: #000;

    I am attempting to change color to fff, however doing so has no impact on the menu object. I have tested this on my page and in the supplied samples page. Any ideas?

    Note: If I change the corresponding hover style for the vertical items, all works as expected. It is only the horizonal menu that has the issue.

    Thanks,
    -Kirk

    last
    Re: Hover Text Color
    2005/10/01 06:01
    Viewed 5380 times
    Replies: 0/0
    by Kirk

    I should note that I can add style to change the cursor, however the color remains unchanged even when set to color:#fff;

    last
    Google