Changes between Version 7 and Version 8 of EnableFormFeatures
- Timestamp:
- Feb 14, 2013, 11:28:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnableFormFeatures
v7 v8 39 39 40 40 WebCore provides two UI types for them. 41 42 * Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag) 43 [[Image(chooser-only.png)]] 41 44 * Multiple-fields UI (`ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag) 42 45 [[Image(multiple-fields-example.png)]] 43 * Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)44 46 45 47 In the multiple-fields UI, users can specify values quickly with keyboard or mouse input. This UI is not suitable for mobile devices with touch input. Optionally we can provide platform-specific chooser dialog UI.