C# 클래스 Sitecore.SharedSource.Analytics.CustomSitecore.Dialogs.Testing.CollapsiblePanelRenderer

파일 보기 프로젝트 열기: Velir/Sitecore-Analytics 1 사용 예제들

공개 메소드들

메소드 설명
Render ( string id, string panelHtml, bool draggable, NameContext nameContext, ActionsContext actionsContext ) : string

보호된 메소드들

메소드 설명
RenderActions ( System.Web.UI.HtmlTextWriter output, string id, ActionsContext context ) : void
RenderName ( System.Web.UI.HtmlTextWriter output, string id, NameContext context ) : void

메소드 상세

Render() 공개 메소드

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

RenderActions() 보호된 메소드

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

RenderName() 보호된 메소드

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