ListSearchExtender是一个扩展控件实例

原创|其它|编辑:郝浩|2004-11-23 11:56:00.000|阅读 4781 次

概述:ListSearchExtender是一个扩展控件,它可以让列表控件(如:ListBox,DropDownList)拥有快捷键查找功能。它的使用相当简单。 view plaincopy to clipboardprint? ListBox的例子 asp:ListBox ID=ListBox1 runat=server Width=100px / ajaxToolkit:ListSearchExtender ID=ListSearchExtender1 runat=server TargetControlID=ListBox1 PromptCssClass=ListSea

# 界面/图表报表/文档/IDE等千款热门软控件火热销售中 >>

ListSearchExtender是一个扩展控件,它可以让列表控件(如:ListBox,DropDownList)拥有快捷键查找功能。它的使用相当简单。
view plaincopy to clipboardprint?

 

ListBox的例子  
 
<asp:ListBox ID="ListBox1" runat="server" Width="100px" /> 
 
<ajaxToolkit:ListSearchExtender ID="ListSearchExtender1" runat="server"                TargetControlID="ListBox1" PromptCssClass="ListSearchExtenderPrompt">            </ajaxToolkit:ListSearchExtender> 

view plaincopy to clipboardprint?

DropDownList的例子  
 
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px" /> 
 
<ajaxToolkit:ListSearchExtender ID="ListSearchExtender2" runat="server"                TargetControlID="DropDownList1" PromptCssClass="ListSearchExtenderPrompt">            </ajaxToolkit:ListSearchExtender> 
 

属性 说明
TargetControlID 拥有快捷键查找功能的下拉控件ID
PromptText 下拉控件得到焦点时显示的提示文字 
PromptCssClass 提示文字的CSS
PromptPosition 提示文字的位置: Top (默认), Bottom
Animations 参照前面动画控件Animations


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@evget.com


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP