araujoadanr Posted April 16, 2017 Posted April 16, 2017 How desactivate icon in datetimepicker? (don't open) how to do? Do not open the combo? Quote
Sherzod Posted April 16, 2017 Posted April 16, 2017 Hi, You can use UniDateTimePicker -> Enabled property. Best regards, Quote
araujoadanr Posted April 16, 2017 Author Posted April 16, 2017 Hi... thank you for you response, but I need to use it as an edit, but allow validation for an hour. Quote
Sherzod Posted April 16, 2017 Posted April 16, 2017 Ok, then can you try this ?!: UniDateTimePicker -> ClientEvents -> UniEvents [Ext.form.field.Time] -> function beforeInit: function beforeInit(sender, config) { config.hideTrigger = true; } UniDateTimePicker -> ClientEvents -> ExtEvents [Ext.form.field.Time] -> function beforequery: function beforequery(queryPlan, eOpts) { return false; } Quote
araujoadanr Posted April 16, 2017 Author Posted April 16, 2017 Bravo... thank you very much. You are a genius. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.