C# Класс Rebel.Cms.Web.Trees.SupportsEditorTreeController

An abstract tree that supports menu actions with an editor
Наследование: TreeController
Показать файл Открыть проект

Открытые методы

Метод Описание
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