WebAPI/ContactsAPI: Difference between revisions

Jump to navigation Jump to search
Line 41: Line 41:
     attribute DOMString    sortOrder;      // e.g. "descending"
     attribute DOMString    sortOrder;      // e.g. "descending"
     attribute unsigned long filterLimit;
     attribute unsigned long filterLimit;
  };
  interface nsIDOMContactTelephone : nsISupports
  {
    attribute jsval type;        // DOMString[]
    attribute DOMString number;
   };
   };


Line 48: Line 54:


   interface ContactAddress {
   interface ContactAddress {
            attribute jsval                  type;
             attribute DOMString              streetAddress;
             attribute DOMString              streetAddress;
             attribute DOMString              locality;
             attribute DOMString              locality;
Line 71: Line 78:
             attribute DOMString[]            category;
             attribute DOMString[]            category;
             attribute ContactAddress[]      adr;
             attribute ContactAddress[]      adr;
             attribute DOMString[]           tel;
             attribute ContactTelephone[]     tel;
             attribute DOMString[]            org;
             attribute DOMString[]            org;
             attribute DOMString[]            jobTitle; /* 'title' from vCard made specific */
             attribute DOMString[]            jobTitle; /* 'title' from vCard made specific */
20

edits

Navigation menu