C# Класс Rebel.Cms.Web.PropertyEditors.NodeSelector.NodeSelectorDataSourceExtensions

Показать файл Открыть проект

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

Метод Описание
CreateTooltipContentsViaTask ( this ds, object sender, TypedEntity entity, string htmlContent, int width = -1, int height = -1 ) : TooltipContents

Returns the TooltipContents after proxying through the task system to allow developers to modify the output

Описание методов

CreateTooltipContentsViaTask() публичный статический Метод

Returns the TooltipContents after proxying through the task system to allow developers to modify the output
public static CreateTooltipContentsViaTask ( this ds, object sender, TypedEntity entity, string htmlContent, int width = -1, int height = -1 ) : TooltipContents
ds this
sender object
entity TypedEntity
htmlContent string
width int
height int
Результат TooltipContents