C# Class Sitecore.SharedSource.Analytics.CustomSitecore.Dialogs.Testing.CollapsiblePanelRenderer

Mostrar archivo Open project: Velir/Sitecore-Analytics Class Usage Examples

Public Methods

Method Description
Render ( string id, string panelHtml, bool draggable, NameContext nameContext, ActionsContext actionsContext ) : string

Protected Methods

Method Description
RenderActions ( System.Web.UI.HtmlTextWriter output, string id, ActionsContext context ) : void
RenderName ( System.Web.UI.HtmlTextWriter output, string id, NameContext context ) : void

Method Details

Render() public method

public Render ( string id, string panelHtml, bool draggable, NameContext nameContext, ActionsContext actionsContext ) : string
id string
panelHtml string
draggable bool
nameContext NameContext
actionsContext ActionsContext
return string

RenderActions() protected method

protected RenderActions ( System.Web.UI.HtmlTextWriter output, string id, ActionsContext context ) : void
output System.Web.UI.HtmlTextWriter
id string
context ActionsContext
return void

RenderName() protected method

protected RenderName ( System.Web.UI.HtmlTextWriter output, string id, NameContext context ) : void
output System.Web.UI.HtmlTextWriter
id string
context NameContext
return void