Skip to content

ValidatorCallout

MikhailTymchukDX edited this page Apr 29, 2016 · 2 revisions

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

Name Description
closeImageUrl The path to a custom close image
cssClass Name of the CSS class used to style the ValidatorCallout
highlightCssClass A CSS class to apply to an invalid field
onHide Generic OnHide animation for the ValidatorCallout extender
onHideBehavior Generic OnHide Animation's behavior
onShow Generic OnShow animation for the ValidatorCallout extender
onShowBehavior Generic OnShow Animation's behavior
popupPosition Indicates where the ValidatorCallout popup should appear relatively to the control to validate
warningIconImageUrl The path to a custom warning icon image
width The width of the callout

Client methods

Name Description
hide() Hides the ValidatorCallout popup
isOpen() Determines whether the ValidatorCallout popup is opened
show() Shows the ValidatorCallout popup

Client properties

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

Getter name: get_onShow()
Setter name: set_onShow(value)

onShowBehavior

Generic OnShow Animation's behavior

Getter name: get_onShowBehavior()

onHide

Generic OnHide animation for the ValidatorCallout extender

Remarks: The OnHide animation will be played each time the validation popup is hidden

Getter name: get_onHide()
Setter name: set_onHide(value)

onHideBehavior

Generic OnHide Animation's behavior

Getter name: get_onHideBehavior()

warningIconImageUrl

The path to a custom warning icon image

Getter name: get_warningIconImageUrl()
Setter name: set_warningIconImageUrl(value)

closeImageUrl

The path to a custom close image

Getter name: get_closeImageUrl()
Setter name: set_closeImageUrl(value)

width

The width of the callout

Getter name: get_width()
Setter name: set_width(value)

popupPosition

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

Remarks: Possible values: * BottomLeft * BottomRight * TopLeft * TopRight * Left * Right

Getter name: get_popupPosition()
Setter name: set_popupPosition(value)

cssClass

Name of the CSS class used to style the ValidatorCallout

Remarks: See the ValidatorCallout Theming section for more information

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)

Client methods

show()

Shows the ValidatorCallout popup

hide()

Hides the ValidatorCallout popup

isOpen()

Determines whether the ValidatorCallout popup is opened

Clone this wiki locally