C# Class Optimus.Umbraco.Pages.FileEditor

显示文件 Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Public Properties

Property Type Description
ErrorLineNumber int

Protected Properties

Property Type Description
EditPane global::umbraco.uicontrols.Pane
EditorPanel global::umbraco.uicontrols.PropertyPanel
EditorSource global::umbraco.uicontrols.CodeArea
Feedback global::umbraco.uicontrols.Feedback
LtrlPath global::System.Web.UI.WebControls.Literal
NamePanel global::umbraco.uicontrols.PropertyPanel
PathPanel global::umbraco.uicontrols.PropertyPanel
TxtName global::System.Web.UI.WebControls.TextBox
UmbracoPanel global::umbraco.uicontrols.UmbracoPanel

Protected Methods

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

Private Methods

Method Description
MenuSaveClick ( object sender, ImageClickEventArgs e ) : void
Save ( ) : void
SaveConfigFile ( string filename, string contents ) : bool
b_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

EditPane protected_oe property

EditPane control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Pane EditPane
return global::umbraco.uicontrols.Pane

EditorPanel protected_oe property

EditorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel EditorPanel
return global::umbraco.uicontrols.PropertyPanel

EditorSource protected_oe property

EditorSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.CodeArea EditorSource
return global::umbraco.uicontrols.CodeArea

ErrorLineNumber public_oe static_oe property

public static int ErrorLineNumber
return int

Feedback protected_oe property

Feedback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Feedback Feedback
return global::umbraco.uicontrols.Feedback

LtrlPath protected_oe property

LtrlPath control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal LtrlPath
return global::System.Web.UI.WebControls.Literal

NamePanel protected_oe property

NamePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel NamePanel
return global::umbraco.uicontrols.PropertyPanel

PathPanel protected_oe property

PathPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel PathPanel
return global::umbraco.uicontrols.PropertyPanel

TxtName protected_oe property

TxtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TxtName
return global::System.Web.UI.WebControls.TextBox

UmbracoPanel protected_oe property

UmbracoPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.UmbracoPanel UmbracoPanel
return global::umbraco.uicontrols.UmbracoPanel