equal
deleted
inserted
replaced
229 """<input type='radio'>, for field having a specific vocabulary. One |
229 """<input type='radio'>, for field having a specific vocabulary. One |
230 input will be generated for each possible value. |
230 input will be generated for each possible value. |
231 """ |
231 """ |
232 type = 'radio' |
232 type = 'radio' |
233 |
233 |
|
234 |
234 # javascript widgets ########################################################### |
235 # javascript widgets ########################################################### |
235 |
236 |
236 class DateTimePicker(TextInput): |
237 class DateTimePicker(TextInput): |
237 """<input type='text' + javascript date/time picker for date or datetime |
238 """<input type='text' + javascript date/time picker for date or datetime |
238 fields |
239 fields |