C# 클래스 mojoPortal.Web.UI.ScriptLoader

상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: joeaudette/mojoportal

공개 메소드들

메소드 설명
AddPathScriptReference ( string scriptRelativeUrl ) : void

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

보호된 메소드들

메소드 설명
OnLoad ( System e ) : void
OnPreRender ( System e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddPathScriptReference() 공개 메소드

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

OnLoad() 보호된 메소드

protected OnLoad ( System e ) : void
e System
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( System e ) : void
e System
리턴 void

Render() 보호된 메소드

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