C# Class GSoft.Dynamite.Examples.Parts.ControlTemplates.ScriptDependencies

Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Protected Properties

Property Type Description
JQueryNoConflictScriptLink global::Microsoft.SharePoint.WebControls.ScriptLink
JQueryScriptLink global::Microsoft.SharePoint.WebControls.ScriptLink

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Fires when the page loads

Method Details

Page_Load() protected method

Fires when the page loads
protected Page_Load ( object sender, EventArgs e ) : void
sender object Originator of event
e EventArgs Event arguments
return void

Property Details

JQueryNoConflictScriptLink protected_oe property

JQueryNoConflictScriptLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ScriptLink JQueryNoConflictScriptLink
return global::Microsoft.SharePoint.WebControls.ScriptLink

JQueryScriptLink protected_oe property

JQueryScriptLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ScriptLink JQueryScriptLink
return global::Microsoft.SharePoint.WebControls.ScriptLink