博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AJAX Control Toolkit - ValidatorCallout
阅读量:6879 次
发布时间:2019-06-26

本文共 2537 字,大约阅读时间需要 8 分钟。

 该控件的作用就是配合验证控件使用,以气球的形式弹出错误提示。

TargetControlID - The ID of the Validator to extend.(要添加扩展的验证控件的ID)

Width - The Width of the callout.()

CssClass - Name of the CSS used to style the ValidatorCallout.See the ValidatorCallOut Theming section for more information.(低版本中不存在该属性,该属性是该控件的核心)添加CssClass后如下图:

>>ValidatorCallout Css classes

 ajax__validatorcallout_popup_table: The popup table.

ajax__validatorcallout_popup_table_row: The popup table row.
ajax__validatorcallout_callout_cell: The callout cell.
ajax__validatorcallout_callout_table: The table in the callout cell.
ajax__validatorcallout_callout_table_row: The callout table row.
ajax__validatorcallout_error_message_cell: The error message cell.
ajax__validatorcallout_icon_cell: The warning icon cell.
ajax__validatorcallout_close_button_cell: The close button cell.
ajax__validatorcallout_arrow_cell: The arror cell.
ajax__validatorcallout_innerdiv: Inner div of a cell. Used in the close button cell and the arrow cell.

1     

HighlightCssClass - A CssClass to apply to the invalid field.

WaringIconImageUrl - The path to a custom warning icon image.

CloseImageUrl - The path to a custom close image.

Aninations - Generic animations for the ValidatorCallout extender. See the Using Animations walkthrough and Animation Reference for more details.

  • OnShow - The OnShow animation will be played each time the validation popup is displayed. The popup will be positioned correctly but hidden. The animation can use to display the popup along with any other visual effects.
  • OnHide - The OnHide animation will be played each time the validation popup is hidden.
1  
2
3
4
5
6
9
10
11
12
15
16
Name: 7
8
EMail: 13
14
17
18
24
31 32
38
42 43
49
52 53
54
55
56
57
58
59
60
61
62

转载于:https://www.cnblogs.com/January/archive/2011/08/12/2136134.html

你可能感兴趣的文章
学习设计模式系列之三:抽象工厂
查看>>
区间DP UVA 11584 Partitioning by Palindromes
查看>>
编程-统计并输出符合条件的字串组合
查看>>
用css解决table文字溢出控制td显示字数
查看>>
Java高并发程序设计学习笔记(九):锁的优化和注意事项
查看>>
[原创] debian 9.3 搭建Jira+Confluence+Bitbucket+crowd+seafile (零) 修改端口的问题
查看>>
SharePoint 2013 实战碎嘴(ECMAScript客户端对象模型): 提示某个列表不存在
查看>>
oracle to_timestamp and to_date
查看>>
oracle函数和存储过程
查看>>
详细解释:nginx中gzip的各项配置以及配置参数的意思详解
查看>>
phpmyadmin消除无法保存最近表的提示
查看>>
在脚本中使用source命令不生效
查看>>
React框架开发使用部分常见问题
查看>>
DotNetTextBox控件应用实例之简单留言簿
查看>>
ios开发系列-swift语法
查看>>
没有上司的舞会 树形DP
查看>>
使用tour_editor.html设置视角和添加热点
查看>>
.Net进阶系列(15)-异步多线程(线程的特殊处理和深究委托赋值)(被替换)
查看>>
selenium上传文件,怎么操作
查看>>
js判断字符串是否包含中文或英文
查看>>