ValidatorCallout - MikhailTymchukDX/AppVeyorTest GitHub Wiki

ValidatorCalloutExtender (demo)

ValidatorCallout is an ASP.NET AJAX extender that enhances the functionality of existing ASP.NET validators.

Properties

Name Description
CloseImageUrl The path to a custom close image
CssClass Name of the CSS class used to style ValidatorCallout Remarks: See the ValidatorCallout Theming section for more information
HighlightCssClass A CSS class to apply to an invalid field
OnHide Generic OnHide animation for the ValidatorCallout extender Remarks: The OnHide animation will be played each time the validation popup is hidden
OnShow Generic OnShow animation for the ValidatorCallout extender Remarks: The OnShow animation will be played each time the validation popup is displayed. The popup will be positioned correctly, but hidden. The animation can be used to display the popup along with any other visual effects. See Animation Reference for more details
PopupPosition Indicates where the ValidatorCallout popup should appear relatively to the control to validate Remarks: Possible values: * BottomLeft * BottomRight * TopLeft * TopRight * Left * Right
WarningIconImageUrl The path to a custom warning icon image
Width The width of the callout

Client properties

closeImageUrl

The path to a custom close image

Getter name: get_closeImageUrl()

Setter name: set_closeImageUrl(value)

cssClass

Name of the CSS class used to style the ValidatorCallout

Getter name: get_cssClass()

Setter name: set_cssClass(value)

highlightCssClass

A CSS class to apply to an invalid field

Getter name: get_highlightCssClass()

Setter name: set_highlightCssClass(value)

onHide

Generic OnHide animation for the ValidatorCallout extender

Getter name: get_onHide()

Setter name: set_onHide(value)

onHideBehavior

Generic OnHide Animation's behavior

Getter name: get_onHideBehavior()

onShow

Generic OnShow animation for the ValidatorCallout extender

Getter name: get_onShow()

Setter name: set_onShow(value)

onShowBehavior

Generic OnShow Animation's behavior

Getter name: get_onShowBehavior()

popupPosition

Indicates where the ValidatorCallout popup should appear relatively to the control to validate

Getter name: get_popupPosition()

Setter name: set_popupPosition(value)

warningIconImageUrl

The path to a custom warning icon image

Getter name: get_warningIconImageUrl()

Setter name: set_warningIconImageUrl(value)

width

The width of the callout

Getter name: get_width()

Setter name: set_width(value)

Client methods

hide()

Hides the ValidatorCallout popup

isOpen()

Determines whether the ValidatorCallout popup is opened

show()

Shows the ValidatorCallout popup