C# 클래스 Sitecore.SharedSource.EditForm.CustomSitecore.Applications.Content_Editor.Editors.EditForm

상속: XamlMainControl, IHasCommandContext
파일 보기 프로젝트 열기: Velir/Sitecore-EditForm

보호된 프로퍼티들

프로퍼티 타입 설명
ItemList Scrollbox

공개 메소드들

메소드 설명
GetCommandContext ( ) : CommandContext

Gets the command context.

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Render ( ) : void

Render the Edit Form

메소드 상세

GetClick() 보호된 메소드

protected GetClick ( System.Item item ) : string
item System.Item
리턴 string

GetCommandContext() 공개 메소드

Gets the command context.
public GetCommandContext ( ) : CommandContext
리턴 CommandContext

GetEditFormButtons() 보호된 메소드

This will return the button items from Sitecore
protected GetEditFormButtons ( ) : List
리턴 List

GetItems() 보호된 메소드

protected GetItems ( System.Item item ) : List
item System.Item
리턴 List

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

Refresh_Click() 보호된 메소드

protected Refresh_Click ( ) : void
리턴 void

RenderButton() 보호된 메소드

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
리턴 void

RenderButtons() 보호된 메소드

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

RenderItem() 보호된 메소드

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
리턴 void

RenderItems() 보호된 메소드

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
리턴 void

프로퍼티 상세

ItemList 보호되어 있는 프로퍼티

protected Scrollbox ItemList
리턴 Scrollbox