GetStartUpScript() public method

Renders (and returns) the JavaScript required to initialise the SelectMenu control with the required options. A jQuery document.ready section is wrapped around the script.
public GetStartUpScript ( ) : string
return string
コード例 #1
0
ファイル: SelectMenuModel.cs プロジェクト: toepoke/Fluqi
		public string JavaScriptCode(SelectMenu mnu) {
			mnu.Rendering.SetPrettyRender(true);
			return mnu.GetStartUpScript();
		}