Exemplo n.º 1
0
		public string JavaScriptCode(Menu mnu) {
			mnu.Rendering.SetPrettyRender(true);
			return mnu.GetStartUpScript();
		}
Exemplo n.º 2
0
		public string JavaScriptCode(Menu mnu) {
			return mnu.GetStartUpScript();
		}