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

Includes the script links for the project's Javascript
Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Protected Properties

Property Type Description
ProjectCustomScriptLink global::Microsoft.SharePoint.WebControls.ScriptLink
ProjectScriptLink 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 System.EventArgs Event arguments
return void

Property Details

ProjectCustomScriptLink protected_oe property

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

ProjectScriptLink protected_oe property

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