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

Afficher le fichier Open project: Velir/Sitecore-Analytics Class Usage Examples

Méthodes publiques

Méthode Description
Render ( string id, string panelHtml, bool draggable, NameContext nameContext, ActionsContext actionsContext ) : string

Méthodes protégées

Méthode 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 méthode

public Render ( string id, string panelHtml, bool draggable, NameContext nameContext, ActionsContext actionsContext ) : string
id string
panelHtml string
draggable bool
nameContext NameContext
actionsContext ActionsContext
Résultat string

RenderActions() protected méthode

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

RenderName() protected méthode

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