C# 클래스 Rebel.Cms.Web.Trees.SupportsEditorTreeController

An abstract tree that supports menu actions with an editor
상속: TreeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetEditorUrl ( HiveId id, System.Web.Mvc.FormCollection queryStrings ) : string

Return the editor URL for the currrent node depending on the data found in the query strings

This checks if the tree there is a OnNodeClick handler assigned, if so, it assigns it, otherwise it checks if the tree is in DialogMode, if it is then it returns an empty handler, otherwise it sets the Url to the editor's url.

보호된 메소드들

메소드 설명
SupportsEditorTreeController ( IBackOfficeRequestContext requestContext ) : System

메소드 상세

GetEditorUrl() 공개 메소드

Return the editor URL for the currrent node depending on the data found in the query strings
This checks if the tree there is a OnNodeClick handler assigned, if so, it assigns it, otherwise it checks if the tree is in DialogMode, if it is then it returns an empty handler, otherwise it sets the Url to the editor's url.
public GetEditorUrl ( HiveId id, System.Web.Mvc.FormCollection queryStrings ) : string
id HiveId
queryStrings System.Web.Mvc.FormCollection
리턴 string

SupportsEditorTreeController() 보호된 메소드

protected SupportsEditorTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System