Property | Type | Description | |
---|---|---|---|
ItemList | Scrollbox |
Method | Description | |
---|---|---|
GetCommandContext ( ) : CommandContext |
Gets the command context.
|
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
Render ( ) : void |
Render the Edit Form
|
protected GetClick ( System.Item item ) : string | ||
item | System.Item | |
return | string |
public GetCommandContext ( ) : CommandContext | ||
return | CommandContext |
protected GetItems ( System.Item item ) : List |
||
item | System.Item | |
return | List |
protected RenderButton ( System.Web.UI.HtmlTextWriter innerOutput, |
||
innerOutput | System.Web.UI.HtmlTextWriter | |
button | ||
return | void |
protected RenderButtons ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
return | void |
protected RenderItem ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
return | void |
protected RenderItems ( System.Web.UI.HtmlTextWriter output, System.Item item ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
item | System.Item | |
return | void |