C# Class SenseNet.Portal.UI.PortletFramework.CollapsibleEditorPartChrome

Inheritance: System.Web.UI.WebControls.WebParts.EditorPartChrome
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
AddAttributes void
RenderEditorPartInternal void
RenderPartContentsInternal void

Public Methods

Method Description
CollapsibleEditorPartChrome ( System.Web.UI.WebControls.WebParts.EditorZoneBase zone ) : System
RenderEditorPart ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void

Private Methods

Method Description
AddAttributes ( System.Web.UI.HtmlTextWriter writer, WebControl editorPart ) : void
RenderEditorPartInternal ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void
RenderPartContentsInternal ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void

Method Details

CollapsibleEditorPartChrome() public method

public CollapsibleEditorPartChrome ( System.Web.UI.WebControls.WebParts.EditorZoneBase zone ) : System
zone System.Web.UI.WebControls.WebParts.EditorZoneBase
return System

RenderEditorPart() public method

public RenderEditorPart ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void
writer System.Web.UI.HtmlTextWriter
editorPart System.Web.UI.WebControls.WebParts.EditorPart
return void