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