C# 클래스 N2.Web.Mvc.Html.ControlPanelExtensions.ControlPanelHelper

파일 보기 프로젝트 열기: Earthware/n2cms

공개 메소드들

메소드 설명
Includes ( bool jQuery = true, bool jQueryPlugins = true, bool partScripts = true, bool partStyles = true ) : ControlPanelHelper

Is used to instruct the control panel helper to render less javascript and css resources.

RefreshNavigation ( bool refreshNavigation = true ) : ControlPanelHelper

Is used to instruct the control panel helper not to refresh navigation to the current page.

Render ( ) : void
Selected ( ContentItem currentItem ) : ControlPanelHelper

Sets the selected item control panel plugins are bound to.

ToHtmlString ( ) : string
ToString ( ) : string
WriteTo ( TextWriter writer ) : void

비공개 메소드들

메소드 설명
Definitions ( HtmlHelper html, IEngine engine, ContentItem item, ControlPanelState state ) : string
Plugins ( HtmlHelper html, ContentItem item, ControlPanelState state ) : string

메소드 상세

Includes() 공개 메소드

Is used to instruct the control panel helper to render less javascript and css resources.
public Includes ( bool jQuery = true, bool jQueryPlugins = true, bool partScripts = true, bool partStyles = true ) : ControlPanelHelper
jQuery bool
jQueryPlugins bool
partScripts bool
partStyles bool
리턴 ControlPanelHelper

RefreshNavigation() 공개 메소드

Is used to instruct the control panel helper not to refresh navigation to the current page.
public RefreshNavigation ( bool refreshNavigation = true ) : ControlPanelHelper
refreshNavigation bool
리턴 ControlPanelHelper

Render() 공개 메소드

public Render ( ) : void
리턴 void

Selected() 공개 메소드

Sets the selected item control panel plugins are bound to.
public Selected ( ContentItem currentItem ) : ControlPanelHelper
currentItem ContentItem
리턴 ControlPanelHelper

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void