Changes between Version 3 and Version 4 of EnableFormFeatures
- Timestamp:
- Feb 13, 2013, 2:04:44 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnableFormFeatures
v3 v4 40 40 WebCore provides two UI types for them. 41 41 * Multiple-fields UI (`ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag) 42 [[Image(multiple-fields-example.png)]] 42 43 * Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag) 43 44 … … 63 64 It requires `ENABLE_CALENDAR_PICKER` and `ENABLE_PAGE_POPUP`. This implementation doesn't support time type and the time part of datetime-local type. 64 65 If we add their support in the future, `ENABLE_CALENDAR_PICKER` can be used for the chooser-only UI too. 66 67 [[Image(calendar-picker.png)]] [[BR]] 68 Figure: ENABLE_CALENDAR_PICKER 65 69 66 70 == input[type=datetime] ==