Jump to content

Is It possible to Hide The Edit Part Of TUniDateTimePicker?


M.Ammar

Recommended Posts

Hi 

Is It possible to hide the Edit part of TUniDateTimePicker, meaning I want to show only the button to select a date Can that be done?

Reason is I use it in the main form and when I use the application on tablet or mobile it get focus all the time and show the onscreen keyboard and I don't want that.

Regards

Link to comment
Share on other sites

2 hours ago, M.Ammar said:

Reason is I use it in the main form and when I use the application on tablet or mobile it get focus all the time and show the onscreen keyboard and I don't want that.

Hi,

Also you can use this config I think.

function beforeInit(sender, config)
{
    config.editable=false;
}

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...