Create ContextMenus in web

Is there a way to create a context menus without using overides on the web page so I can use web page events?

I was thinking to create menus on ObjectGotSelection event.
How can I do it?
Thanks
Using GoIconicNode

There’s 2 ways to do it in GoWeb that we support…

  1. overriding GoViewDataRenderer.GetDefaultContextMenu (as in OrgCharter sample)
  2. overriding GoObject.GetContextMenu (as in Processor sample)

I’m not sure I understand what you mean by “web page events”…