entry: Add autofill hint 16/166416/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jan 2018 05:58:48 +0000 (14:58 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jan 2018 07:45:15 +0000 (07:45 +0000)
Change-Id: If722f8c2953b56e3d0ef2c2f24afca3c5d588847
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/lib/elementary/elm_general.eot

index 52bf386..a704d85 100644 (file)
@@ -239,6 +239,42 @@ enum Elm.Input.Hints
    sensitive_data      = 1 << 1,   [[Typed text should not be stored.
 
                                      @since 1.12]]
+   autofill_credit_card_expiration_date   = 0x100, [[ Autofill hint for a credit card expiration date
+
+                                                      @since 1.21]]
+   autofill_credit_card_expiration_day    = 0x200, [[Autofill hint for a credit card expiration day
+
+                                                     @since 1.21]]
+   autofill_credit_card_expiration_month  = 0x300, [[ Autofill hint for a credit card expiration month
+
+                                                      @since 1.21]]
+   autofill_credit_card_expiration_year   = 0x400, [[ Autofill hint for a credit card expiration year
+
+                                                      @since 1.21]]
+   autofill_credit_card_number            = 0x500, [[ Autofill hint for a credit card number
+
+                                                      @since 1.21]]
+   autofill_credit_card_security_code     = 0x600, [[ Autofill hint for a credit card security code
+
+                                                      @since 1.21]]
+   autofill_email_address                 = 0x700, [[ Autofill hint for an email address
+
+                                                      @since 1.21]]
+   autofill_name                          = 0x800, [[ Autofill hint for a user's real name
+
+                                                      @since 1.21]]
+   autofill_phone                         = 0x900, [[ Autofill hint for a phone number
+
+                                                      @since 1.21]]
+   autofill_postal_address                = 0xA00, [[ Autofill hint for a postal address
+
+                                                      @since 1.21]]
+   autofill_postal_code                   = 0xB00, [[ Autofill hint for a postal code
+
+                                                      @since 1.21]]
+   autofill_id                            = 0xC00  [[ Autofill hint for a user's ID
+
+                                                      @since 1.21]]
 }
 
 enum Elm.Cnp_Mode