All Samples(4) | Call(4) | Derive(0) | Import(0)
src/f/t/ftw.calendarwidget-1.1.9/ftw/calendarwidget/browser/widgets.py ftw.calendarwidget(Download)
class FtwCalendarWidget(CalendarWidget): _properties = CalendarWidget._properties.copy() _properties.update({ 'macro': "ftw_calendar", 'format': '', # time.strftime string
src/p/r/Products.IntelliDateTime-1.3.2/src/Products/IntelliDateTime/widget.py Products.IntelliDateTime(Download)
class IntelliDateTimeWidget(CalendarWidget): """Widget for IntelliDateTime input. """ _properties = CalendarWidget._properties.copy() _properties.update({
src/u/w/uwosh.timeslot-1.5.5/uwosh/timeslot/widget.py uwosh.timeslot(Download)
class TimeWidget(CalendarWidget): _properties = CalendarWidget._properties.copy() _properties.update({ 'show_ymd': False, 'show_hm': True,
src/r/a/raptus.multilanguagefields-1.1b8/raptus/multilanguagefields/widgets.py raptus.multilanguagefields(Download)
class CalendarWidget(MultilanguageWidgetMixin, widgets.CalendarWidget): _properties = widgets.CalendarWidget._properties.copy() _properties.update({ 'macro' : 'multilanguage_widgets/calendar', })