C# 클래스 Rebel.Cms.Web.PropertyEditors.NodeSelector.NodeSelectorDataSourceExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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