Changes between Version 3 and Version 4 of EnableFormFeatures


Ignore:
Timestamp:
Feb 13, 2013 2:04:44 AM (11 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnableFormFeatures

    v3 v4  
    4040WebCore provides two UI types for them.
    4141* Multiple-fields UI (`ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)
     42   [[Image(multiple-fields-example.png)]]
    4243* Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)
    4344
     
    6364It requires `ENABLE_CALENDAR_PICKER` and `ENABLE_PAGE_POPUP`. This implementation doesn't support time type and the time part of datetime-local type.
    6465If 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]]
     68Figure: ENABLE_CALENDAR_PICKER
    6569
    6670== input[type=datetime] ==