EasyUI Forum
November 05, 2025, 02:01:51 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Numberbox Focus  (Read 15040 times)
thiago_brum
Newbie
*
Posts: 26


View Profile Email
« on: April 04, 2016, 07:12:07 PM »

How can i set numberbox focus?
I tried:

<input class="easyui-numberbox" id="cod_pessoa" name="cod_pessoa" style="width:150px">

$('#cod_pessoa').numberbox('clear').focus();

But ins't work.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #1 on: April 05, 2016, 12:15:45 AM »

Please call 'textbox' method to get the inputing box and set focus on it.
Code:
$('#cod_pessoa').numberbox('clear').numberbox('textbox').focus();
Logged
thiago_brum
Newbie
*
Posts: 26


View Profile Email
« Reply #2 on: April 05, 2016, 10:49:21 AM »

it's works. thanks!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!