C# Class mojoPortal.Web.UI.ScriptLoader

Inheritance: System.Web.UI.WebControls.WebControl
ファイルを表示 Open project: joeaudette/mojoportal

Public Methods

Method Description
AddPathScriptReference ( string scriptRelativeUrl ) : void

should be in the format ~/path/to/yourscript.js

Protected Methods

Method Description
OnLoad ( System e ) : void
OnPreRender ( System e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
AddBundleScriptReference ( ScriptManager scriptManager, System.Web.UI.ScriptReference scriptReference ) : void
AddNamedScriptReference ( ScriptManager scriptManager, System.Web.UI.ScriptReference scriptReference ) : void
AddPathScriptReference ( ScriptManager scriptManager, System.Web.UI.ScriptReference scriptReference ) : void
AddPathScriptReference ( System.Web.UI.ScriptReference scriptReference ) : void
BuildGoogleSearchV2Script ( ) : string
GetJQueryBasePath ( ) : string
GetJQueryUIBasePath ( ) : string
GetSwfObjectUrl ( ) : string
GetYuiBasePath ( ) : string
SetupAjaxControlToolkitScripts ( ScriptManager scriptManager ) : void
SetupAspMenu ( ) : void
SetupAspTreeView ( ) : void
SetupBrowserSpecificScripts ( ) : void
SetupClueTip ( ) : void
SetupColorBox ( ) : void
SetupCoreScripts ( ) : void
SetupFlickrGallery ( ) : void
SetupGoogleAjax ( ) : void
SetupGreyBox ( ) : void
SetupImpromtu ( ) : void
SetupInitScript ( ) : void
SetupJQuery ( ) : void
SetupJQueryFileTree ( ) : void
SetupJQueryImageFit ( ) : void
SetupJQueryTmpl ( ) : void
SetupJQueryUICore ( ) : void
SetupJQueryValidate ( ) : void
SetupJqueryLayout ( ) : void
SetupJqueryScriptManagerReference ( ScriptManager scriptManager ) : void
SetupJqueryUIScriptManagerReference ( ScriptManager scriptManager ) : void
SetupKnockoutJs ( ) : void
SetupMSAjaxScripts ( ScriptManager scriptManager ) : void
SetupMarkitUpHtml ( ) : void
SetupMediaElement ( ) : void
SetupNivoSlider ( ) : void
SetupQtFile ( ) : void
SetupScripts ( ) : void
SetupScroller ( ) : void
SetupSizzle ( ) : void
SetupSwfObject ( ) : void
SetupWebFormsScripts ( ScriptManager scriptManager ) : void
SetupWebSnapr ( ) : void
SetupYahooMediaPlayer ( ) : void
SetupYui ( ) : void
SetupjPlayer ( ) : void
SetupjQueryCycle ( ) : void
SetupmojoCombined ( ) : void

Method Details

AddPathScriptReference() public method

should be in the format ~/path/to/yourscript.js
public AddPathScriptReference ( string scriptRelativeUrl ) : void
scriptRelativeUrl string
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

OnPreRender() protected method

protected OnPreRender ( System e ) : void
e System
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void