-
Notifications
You must be signed in to change notification settings - Fork 137
ValidatorCallout
ValidatorCalloutExtender (demo)
ValidatorCallout is an ASP.NET AJAX extender that enhances the functionality of existing ASP.NET validators.
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 |
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 |
Name | Description |
---|---|
hide() | Hides the ValidatorCallout popup |
isOpen() | Determines whether the ValidatorCallout popup is opened |
show() | Shows the ValidatorCallout popup |
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)
Generic OnShow Animation's behavior
Getter name: get_onShowBehavior()
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)
Generic OnHide Animation's behavior
Getter name: get_onHideBehavior()
The path to a custom warning icon image
Getter name: get_warningIconImageUrl()
Setter name: set_warningIconImageUrl(value)
The path to a custom close image
Getter name: get_closeImageUrl()
Setter name: set_closeImageUrl(value)
The width of the callout
Getter name: get_width()
Setter name: set_width(value)
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)
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)
A CSS class to apply to an invalid field
Getter name: get_highlightCssClass()
Setter name: set_highlightCssClass(value)
Shows the ValidatorCallout popup
Hides the ValidatorCallout popup
Determines whether the ValidatorCallout popup is opened
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout