gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

DateTimePickerBase readonly show #268

Closed nemoo2580 closed 8 years ago

nemoo2580 commented 8 years ago

Block onShow event when DateTimePicker is readonly or disabled. Added missing HasLanguage interface for Summernote.

crevete commented 8 years ago

For DateTimePicker: the onShow event should be fired event if the widget is readonly. Please see their demo page: http://www.malot.fr/bootstrap-datetimepicker/demo.php

For Summernote: I don't kown why you want to add an "HasLanguage" interface. It is ONLY used withn the summernote widget, so it does not make any sens to add an such interface.