WebAPI/ContactsAPI: Difference between revisions

Jump to navigation Jump to search
(add FAQ section)
Line 35: Line 35:
             attribute DOMString[]            category;
             attribute DOMString[]            category;
             attribute ContactAddress[]      adr;
             attribute ContactAddress[]      adr;
            attribute DOMString[]            streetAddress;
            attribute DOMString[]            locality;
            attribute DOMString[]            region;
            attribute DOMString[]            postalCode;
            attribute DOMString[]            countryName;
             attribute DOMString[]            tel;
             attribute DOMString[]            tel;
             attribute DOMString[]            org;
             attribute DOMString[]            org;
Line 47: Line 42:
             attribute Date?                  anniversary; /* new in vCard4 */
             attribute Date?                  anniversary; /* new in vCard4 */
   };
   };
 
 
   interface ContactAddress {
   interface ContactAddress {
             attribute DOMString[]            streetAddress;
             attribute DOMString             streetAddress;
             attribute DOMString[]            locality;
             attribute DOMString             locality;
             attribute DOMString[]            region;
             attribute DOMString             region;
             attribute DOMString[]            postalCode;
             attribute DOMString             postalCode;
             attribute DOMString[]            countryName;
             attribute DOMString             countryName;
   };
   };


Confirmed users
716

edits

Navigation menu