iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Gordon,
My problem is that if I have more than one (multiple) WebMenuBars on the page, and they happen to have repeating access keys, then only the first menu bar reacts to the Alt+a, and there's no way to expand the second menu bar's item with the same access key. Try putting two web menu bars on the page, and give their menu commands matching access keys. So the first web menu bar will have 3 menu commands with access key a, b, c, and the second one will have the same - 3 commands with a, b, c. Only the first web menu's commands will expand. It doesn't really matter if the commands are added programmatically or not. What's more important is that the WebMenuBars are added dynamically, and there's no way of knowing how many are on the page, or what are the assigned access keys for the menu commands.
Hopefully this explains my problem better..
Dasha.
This worked! Thank you.
Actually , the main task was to change the Tag value on the currently selected node. so somehing like this:
function Button1_onclick() { var WebTreeView1 = ISGetObject("WebTreeView1");
var selectedNode = WebTreeView1.GetSelectedNode();
selectedNode.Tag = "Tag is set on Button1_onclick event"; document.getElementById("Text1").value = WebTreeView1.GetSelectedNode().Tag; }
I realize that the changes made to the selected node variable are not sticking, but how can I make the modification to the currenlty selected node?
Thank you for your response. This method works great if I have one MenuBar on the page. In our setup, I have to assign the access keys dynamically, so if I have multiple menu bars on one page, the first item for all of them will have the access key 'a'. I tried this scenario, and I cannot get the second menu's items to expand even if it is initially selected. So basically, my question is, how can I operate this feature in a dynamic environment (sharepoint web parts), where I don't know how many menu bars I will have on the pge, and the access keys are assigned dynamically, starting with 'a'.
Thank you,
Dasha Fedorova
Thank you Glenn, the workaround worked.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname