|
Hi,
I would be great if you could implement a context (right click) menu widget/control.
Cheers,
cdkisa
|
DNA Features Requests
Post requests for future features & ideas
|
|
|
|
|
|
||||||
2 जवाब है |
||||||
|
Previous thread:[DotNetAge beta1 features preview]
|
Next thread:[Search engine]
|
#0 30-11-2010 12:37:53 |
|
Hi,
I would be great if you could implement a context (right click) menu widget/control.
Cheers,
cdkisa
|
#1 01-12-2010 09:10:49 |
|
That is good idea!
The MenuExtensions can supported context menu
1:
2: <%: Ajax.Menu("contextMenu") 3: .Options(options=>{ 4: options.MenuType=MenuStyles.Context
5: })
6: .Items(items=>{ 7: //Put add items code here.
8: })
9: .Render()
10: %> Sharing my ideas and codes to make things change. |