Rad 上传控件 |在浏览按钮上添加工具提示
我想向我的 Rad 上传控件浏览按钮添加工具提示。有谁知道或者以前做过这个工作请回复
I want to add tooltip to my Rad upload control browse button. Anyone knows about it or have worked on this before please reply
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这个 Telerik 示例:
http://www.telerik.com/help/ aspnet-ajax/localization-upload-client-side.html
对于选择/浏览按钮,只需包含输入按钮的标题值
input.title = "这是添加更多文件按钮";
See this Telerik example:
http://www.telerik.com/help/aspnet-ajax/localization-upload-client-side.html
For the select/browse button just include a title value for the input button
input.title = "This is the add more files button";