nishalp
Joined: 10 Jul 2006 Posts: 1
|
Posted: Mon Jul 10, 2006 1:50 pm Post subject: Problems with 2.6 Beta |
|
|
Sent a email to the support email address but wasnt sure if someone would be looking at that or this forum so gonna post the issue here as well:
------------------------------
We are using CoolMenu across the frame using version 2.1.
We are facing problems upgrading to version 2.6.
We have a scenario where the menu items need to be displayed based on the page. For. e.g. if the page is data entry then we need to display Edit Menu items such as “Save”, Close”.
In Coolmenu 2.1 version, we had entire menu structure defined and based on the page, appropriate menu was getting displayed using this function with desired index:
fr.mEvent(name, ind, ev);
Attached are the sample for version 2.1 and 2.6 (same code as 2.1 with latest version of coolmenu)
To run the samples, extract the .rar file and browse sample.html
When trying to use same code with latest version of Coolmenu gives errors.
After doing necessary changes to load the menu in top frame as well as in the main frame similar to the sample given, we are facing following challenges:
Is it possible to have a top menu (at style_0 position) without menu items and add/remove menu items dynamically? Previously we had achieved this by creating a dummy menu and adding submenus dynamically in each page.
Can we hide/show menu items(sub-menus) based on the page displayed in the main frame?
Is it required to match the menu items for top frame and main frame?
-------------------------------------------- |
|