Fluqi.Widget.jSelectMenu.SelectMenu.RenderStartUpScript C# (CSharp) Method

RenderStartUpScript() public method

Writes out the document.ready, text/JavaScript and control initialisation script to the Response.
Useful if you want more control over where the initialisation takes place.
public RenderStartUpScript ( ) : void
return void
		public void RenderStartUpScript() {
			this.RenderStartUpScript(true/*include document.ready*/);
		}

Same methods

SelectMenu::RenderStartUpScript ( bool incDocReady ) : void