EasyUI Forum

General Category => General Discussion => Topic started by: devanand on April 01, 2014, 08:53:22 PM



Title: Datebox improvement
Post by: devanand 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


Title: Re: Datebox improvement
Post by: stworthy 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
});