在运行时期间在文本框中显示光标。 [英] During run time Displaying the cursor in textbox.

查看:68
本文介绍了在运行时期间在文本框中显示光标。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如何在运行时在文本框中显示光标。



问候

Balamurugan

Hi,
How to display the cursor in textbox during run time.

Regards
Balamurugan

推荐答案

在load事件或文本框事件中我们需要编写代码。

Textbox1.focus();

keyboard.focus(textbox1);
Inside the load event or textbox event we need to write the code.
Textbox1.focus();
keyboard.focus(textbox1);


你可以为该文本框编写指针属性CSS类,并将该类应用于该文本框
you can write the "pointer" property CSS class for that textbox and apply to that class to that textbox


这篇关于在运行时期间在文本框中显示光标。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆