FineUI 官方论坛

标题: TextBox聚焦选中 [打印本页]

作者: ben74    时间: 2016-12-8 09:55
标题: TextBox聚焦选中
版本:V6.0.1 ,如何让textbox 在聚焦时选中文本呢?

作者: ben74    时间: 2016-12-8 09:56
用textbox.focus() 只会聚焦不会选中
作者: sanshi    时间: 2016-12-8 12:02
.select()  这个要看 extjs 文档
作者: teenagermostr    时间: 2016-12-8 14:00
你也可以再开发教程看下没神的博客,有例子
作者: ben74    时间: 2016-12-8 14:48
sanshi 发表于 2016-12-8 12:02
.select()  这个要看 extjs 文档

我看了下,form text 的config里有个selectOnfocus ,默认是false,应该如何配置true呢,我F(id).selectonfocus=true,不起作用
作者: ben74    时间: 2016-12-8 14:48
teenagermostr 发表于 2016-12-8 14:00
你也可以再开发教程看下没神的博客,有例子

没找到  
作者: phpb    时间: 2016-12-12 15:28
$(id).focus(function(){
  this.select();


作者: ben74    时间: 2016-12-15 16:40
phpb 发表于 2016-12-12 15:28
$(id).focus(function(){
  this.select();

没试,不知道行不行,还是用onselectFocus 实现了




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4