Unofficial Content

 This GeneXus User Control adds Web 2.0 Menu base on the JSCookMenu Project.
Compatible with all browsers and GeneXus generators, without levels restrictions.
The most easy-to-use menu in GeneXus!!

Download | Video example | HowTo: Install User Controls

 

Include a simple Data Provider example:

JSCookMenuExample01 JSCookMenuExample02

 

JSCookMenuItem
{
	Icon = menuarrow.Link()
	Title = "File"
	Childs
	{
		Item
		{
			Icon = ActionDelete.Link()
			Title = "Close"
			Url = "javascript:window.close();"
		}
		Item
		{
			Icon = ActionExport.Link()
			Title = "Alert"
			Url = "javascript:alert('Hello!');"
		}
	}
}
JSCookMenuItem
{
	Icon = menuarrow.Link()
	Title = "Help"
	Childs
	{
		Item
		{
			Icon = ActionUpdate.Link()
			Title = "GeneXus marketplace in new Window"
			Url = "http://marketplace.genexus.com"
			Target = "_blank"
		}
		Item
		{
			Icon = ActionDisplay.Link()
			Title = "GeneXus marketplace in this window"
			Url = "http://marketplace.genexus.com"
		}	
	
	}
}



Theme Samples

Blue BlueSky BlueLight
JSCookMenuBlue JSCookMenuBlueSky JSCookMenuBlueLight
Classic Ice Orange
JSCookMenuClassic JSCookMenuIce JSCookMenuOrange
Black Red Green
JSCookMenuBlack JSCookMenuRed JSCookMenuGreen

 

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant