| addressFormLayout.mjs |
Creates an HTML element with specified attributes and children.
@param {string} tag - Tag name for the element to create.
@param {object} options - Options object containing attributes and children.
@param {object} options.attributes - Element's Attributes/Props (id, class, etc.)
@param {Array} options.children - Element's children (array of objects with tag and options).
@returns {HTMLElement} The newly created element.
|
6296 |
| autofillEditForms.mjs |
eslint-disable mozilla/balanced-listeners |
8232 |
| editAddress.mjs |
|
793 |
| editAddress.xhtml |
|
1438 |
| editCreditCard.mjs |
|
812 |
| editCreditCard.xhtml |
|
3372 |
| editDialog.mjs |
eslint-disable mozilla/balanced-listeners |
6241 |
| formautofill.css |
Treat collapsed as display: none similar to how it is for XUL elements.
https://developer.mozilla.org/en-US/docs/Web/CSS/visibility#Values |
1567 |
| formfill-anchor.svg |
|
921 |
| icon-credit-card-generic.svg |
|
674 |
| icon-credit-card.svg |
|
776 |
| manageAddresses.mjs |
|
557 |
| manageAddresses.xhtml |
|
1615 |
| manageCreditCards.mjs |
|
564 |
| manageCreditCards.xhtml |
|
1768 |
| manageDialog.css |
Prevent unnecessary horizontal scroll bar from showing |
2883 |
| manageDialog.mjs |
Get the selected options on the addresses element.
@returns {Array<DOMElement>}
|
14707 |
| third-party |
|
|