백엔드 : this.txtbox1.Attributes.Add ("onMouseOver", "this.focus();this.select();") 2. 포커스 배경 가져오기: textbox1.Focus();"/> 백엔드 : this.txtbox1.Attributes.Add ("onMouseOver", "this.focus();this.select();") 2. 포커스 배경 가져오기: textbox1.Focus();">

 >  기사  >  백엔드 개발  >  Always in my heart Aspnet 텍스트 상자 선택 구현

Always in my heart Aspnet 텍스트 상자 선택 구현

WBOY
WBOY원래의
2016-07-29 08:41:151728검색

1. 텍스트 상자 위로 마우스를 밀어
프런트엔드:

백엔드:
this.txtbox1.Attributes.Add( "onMouseOver" , "this.focus();this.select();");
2. 포커스 가져오기
백엔드:
textbox1.Focus()
textbox1.Attributes.Add( "onfocus" ,"this.select()");

위 내용은 Always in my heart의 내용을 포함하여 Always in my heart Aspnet 텍스트 상자 선택 구현을 소개합니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.