Beispiel #1
0
		public string JavaScriptCode(Tabs tabs) {
			tabs.Rendering.SetPrettyRender(true);
			return tabs.GetStartUpScript();
		}
Beispiel #2
0
		public string JavaScriptCode(Tabs tabs) {
			return tabs.GetStartUpScript();
		}