Fluqi.Widget.jSelectMenu.SelectMenu.RenderStartUpScript C# (CSharp) Méthode

RenderStartUpScript() public méthode

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
Résultat void
		public void RenderStartUpScript() {
			this.RenderStartUpScript(true/*include document.ready*/);
		}

Same methods

SelectMenu::RenderStartUpScript ( bool incDocReady ) : void