[Vtigercrm-developers] vtiger 6.1 Override defaultsTimePickerParams?
Alan Lord
alanslists at gmail.com
Thu Oct 9 13:20:14 GMT 2014
For a specific custom module I want the timepicker widget to show the
time in 15min increments.
In resources/app.js I can do:
> var defaultsTimePickerParams = {
> 'timeFormat' : timeFormat,
> 'step' : '15',
> 'className' : 'timePicker'
> };
But this will affect all Time Picker elements.
What's the right way to change this for my module?
Thanks
Al
More information about the vtigercrm-developers
mailing list