C# Class Sitecore.SharedSource.EditForm.CustomSitecore.Applications.Content_Editor.Editors.EditForm

Inheritance: XamlMainControl, IHasCommandContext
Afficher le fichier Open project: Velir/Sitecore-EditForm

Protected Properties

Свойство Type Description
ItemList Scrollbox

Méthodes publiques

Méthode Description
GetCommandContext ( ) : CommandContext

Gets the command context.

Méthodes protégées

Méthode Description
GetClick ( System.Item item ) : string
GetEditFormButtons ( ) : List

This will return the button items from Sitecore

GetItems ( System.Item item ) : List
OnLoad ( EventArgs e ) : void
Refresh_Click ( ) : void
RenderButton ( System.Web.UI.HtmlTextWriter innerOutput, EditFormButtonItem button ) : void

Renders a Button

RenderButtons ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void

Renders the Edit Forms Buttons

RenderItem ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void

Renders an item onto the Edit Form

RenderItems ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void

Renders the current items children onto the Edit Form

Private Methods

Méthode Description
Render ( ) : void

Render the Edit Form

Method Details

GetClick() protected méthode

protected GetClick ( System.Item item ) : string
item System.Item
Résultat string

GetCommandContext() public méthode

Gets the command context.
public GetCommandContext ( ) : CommandContext
Résultat CommandContext

GetEditFormButtons() protected méthode

This will return the button items from Sitecore
protected GetEditFormButtons ( ) : List
Résultat List

GetItems() protected méthode

protected GetItems ( System.Item item ) : List
item System.Item
Résultat List

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Refresh_Click() protected méthode

protected Refresh_Click ( ) : void
Résultat void

RenderButton() protected méthode

Renders a Button
protected RenderButton ( System.Web.UI.HtmlTextWriter innerOutput, EditFormButtonItem button ) : void
innerOutput System.Web.UI.HtmlTextWriter
button Sitecore.SharedSource.EditForm.CustomItems.Common.Editform.EditFormButtonItem
Résultat void

RenderButtons() protected méthode

Renders the Edit Forms Buttons
protected RenderButtons ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void
output System.Web.UI.HtmlTextWriter
item System.Item
Résultat void

RenderItem() protected méthode

Renders an item onto the Edit Form
protected RenderItem ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void
output System.Web.UI.HtmlTextWriter
item System.Item
Résultat void

RenderItems() protected méthode

Renders the current items children onto the Edit Form
protected RenderItems ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void
output System.Web.UI.HtmlTextWriter
item System.Item
Résultat void

Property Details

ItemList protected_oe property

protected Scrollbox ItemList
Résultat Scrollbox