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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode 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 méthode

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
Résultat TooltipContents