EasyUI Forum
May 17, 2024, 03:30:21 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: Datebox improvement  (Read 8321 times)
devanand
Newbie
*
Posts: 2


View Profile Email
« on: April 01, 2014, 08:53:22 PM »

Hi,

  Instead of clicking on the inline calendar icon to trigger the datebox is it possible to 'show' the datebox when user clicks on the input field itself?

Thanks in advance,

Dev
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 01, 2014, 11:20:44 PM »

Set 'editable' property to false and you will be able to show the drop-down panel when clicking the input box.
Code:
$('#dd').datebox({
  editable:false
});
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!