프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
Refresh_Click ( ) : void | ||
RenderButton ( System.Web.UI.HtmlTextWriter innerOutput, |
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
|
protected RenderButton ( System.Web.UI.HtmlTextWriter innerOutput, |
||
innerOutput | System.Web.UI.HtmlTextWriter | |
button | ||
리턴 | void |
protected RenderButtons ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
리턴 | void |
protected RenderItem ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
리턴 | void |
protected RenderItems ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
리턴 | void |