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

GetControlScript() protected method

Writes out the initialisation JavaScript to configure the tabs object client-side.
Useful if you want to declare your own document.ready and add in the initialisation yourself (if you have additional initialisation you want to perform for instance).
protected GetControlScript ( ) : string
return string
		protected internal string GetControlScript() {
			return this.GetControlScript(this.Rendering.TabDepth);
		}

Same methods

SelectMenu::GetControlScript ( int tabDepth ) : string