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

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

Protected Properties

Свойство Type Description
ProjectCustomScriptLink global::Microsoft.SharePoint.WebControls.ScriptLink
ProjectScriptLink global::Microsoft.SharePoint.WebControls.ScriptLink

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Fires when the page loads

Method Details

Page_Load() protected méthode

Fires when the page loads
protected Page_Load ( object sender, EventArgs e ) : void
sender object Originator of event
e System.EventArgs Event arguments
Résultat 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
Résultat 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
Résultat global::Microsoft.SharePoint.WebControls.ScriptLink