C# Class Rebel.Cms.Web.PropertyEditors.NodeSelector.NodeSelectorDataSourceExtensions

Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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

Method Details

CreateTooltipContentsViaTask() public static method

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
return TooltipContents