| Context menu class in document.write ¶ | |
| OK I managed to get both my main menu and my context menu working. The only remaining problem (and this is really more of a "nice to have") is that if I generate the elements that I want my context menu to appear on when I right click (in this case links) dynamically via javascript it doesn't work. In the section of my page where my treeview control appears I have a javascript that iterates through several of these: In the js code that builds the tree it takes these paramters and builds a table with indents and hrefs out of them. I modified that code so that instead of just printing the straight href it also adds an "id='mycontext'" into each items link. Ideally the context menu will only appear when someone right clicks on one of these treeview links. What happens though when the page loads is that the javascript generated portion of the page is completely ignored and only my statically defined hrefs pick up the context menu. I tried initiallizing DynarchMenu.setup after the tree is generated but that didn't change anything. Is it just not possible to get a context menu working on elements that are generated by Javascripts document.write? | |
| last |
| Re: Context menu class in document.write ¶ | |
| Well, as long as you call DynarchMenu.setup after your elements are generated, it should work fine. Just make sure you assign an ID to those elements that that you pass the correct ID in the class attribute of the LI defining the context menu, as described in the sample files related to context menus. I can provide further assistance if you can show me a piece of code to work on. ;-) A test URL would be great. | |
| last |
| Licenses ¶ | |
| First of all: great job. I have some doubts with the licenses:
Thanks. | |
| last |
| Re: Licenses ¶ | |
| At 2004/12/08 16:03, elnencuc wrote:
You will be able to upgrade for free for 6 months. The policy is not yet established further than that, but most probably you will have discounted upgrade prices after the 6 months period.
You will be able to update for the price difference, but you will have to contact us before (the process is not yet automatic).
We decided to discontinue it for now.
Yes.
We can't comment on that for now. | |
| last |
| Request for improvements ¶ | |
| - Draggable. Besides of obvious use as menus, I plan to use your dynarchmenus as a tooltips for a help system, with complex HTML inside of the toltips. The tests that I have been able to do with the evaluation menus they are satisfactory, but i also need the tooltips to be draggable. Is this possible? - Scrollable. In a very large menu that hides in the lower part of the page, can you provide some mechanism to scroll the menus to make them visibles? - Timeoutable. In the electric menus, they are two timeouts. Can you provide a one more? This is what i need: - A timeout (500 mseconds or so) for the first level menus, when all the submenus are hidden. - A timeout (100 mseconds or so) for the navigation between menús, when some submenu are vissible. - A timeout (1000 mseconds or so) so that the submenus disappear if no option is selected or nothing is clicked. | |
| last |
| Re: Request for improvements ¶ | |
| Ooops! The popup editor seems no function correctly, the format of my post are missing. Sorry. | |
| last |
| Re: Request for improvements ¶ | |
| Hello. Yesterday i posted a very ugly formated message to request some improvements. Sorry for the inconvenience. This is again (more or less) the same message with the correct format an a more extended explanation. Can dynarchmenus be configured 'draggable', 'Scrolabble' and with a more acurate timeout?
- A timeout (500 mseconds or so) for the first level menus, when all the submenus are hidden. Maybe all these functionalities already exist in dynarchmenus, but I have not been able to find them in the documentacion of the demosntration version. If they do not exist.. Is possible to implement them? Is eassy? Are they good ideas for dynarcmenus? I d'ont need these improvements now, but after three or four months. Maybe I myself can code them, but javascript and DOM are not my specialty, I am a PHP coder. Thanks for your patience. And sorry for my english. | |
| last |
| menu in frame ¶ | |
| i have created a menu in a frame. however when the menu is bigger than the frame, it'll cut off at the frame boundary. is there a way to work around it? | |
| last |
| fixed menus, multiple menus ¶ | |
| hi, has anyone figured out to have the menu fixed at top of window (doesn't move with scrolling)? also, can one have multiple menus on the same page? it doesn't seem to work if you do it the "straight-foward" way. thanks. | |
| last |
| Re: fixed menus, multiple menus ¶ | |
| You can have multiple menus. You must initialize them one at a time, the same way you init a single menu; just make sure that the <UL>-s have different ID-s ;-) As for the "fixed" stuff, there are several solutions:
| |
| last |
| Lazy loading and links ¶ | |
| I have a large menu I'm trying to load (using the evaluation version) and I'm loading it using the lazy attribute. What I have noticed is none of the links work when I load it using lazy... when I switch back to non-lazy it works fine... is there anything special I need to do to make this work... | |
| last |














