| account-hub-checkbox.mjs |
Checkbox input and its label for account hub. You can listen to the normal
input events.
Template ID: #accountHubInputTemplate (from #accountHubInputTemplate.inc.xhtml)
@tagname account-hub-checkbox
@attribute {string} id - ID used to create IDs for input and error message.
Not observed.
@attribute {string} l10n-label-id - The fluent ID of the input label.
@attribute {string} classes - The classes to be applied to the input element.
Not observed.
@attribute {string} checkbox-type - The type of checkbox, either "check"
or "toggle". Not observed.
@attribute {boolean} checked - Whether the checkbox should be checked.
|
3685 |
- |
| account-hub-footer.mjs |
Account Hub Footer Template
Template ID: #accountHubFooterTemplate (from accountHubFooterTemplate.inc.xhtml)
|
4202 |
- |
| account-hub-header.mjs |
Account Hub Header Template
Template ID: #accountHubHeaderTemplate (from accountHubHeaderTemplate.inc.xhtml)
@fires CustomEvent#"request-close" - When close button is clicked to close dialog.
|
10609 |
- |
| account-hub-input.mjs |
Input, label and error message for account hub. You can listen to the normal
input events.
Template ID: #accountHubInputTemplate (from
#accountHubInputTemplate.inc.xhtml)
@tagname account-hub-input
@attribute {string} id - ID used to create IDs for input and error message.
Not observed.
@attribute {string} l10n-label-id - The fluent ID of the input label.
@attribute {string} l10n-error-id - The fluent ID of the error message.
@attribute {string} l10n-help-text-id - The fluent ID for the help text. Can
be omitted to not show any help text. Not observed.
@attribute {string} help-text-class - Extra class to apply to visible help
text. Not observed.
@attribute {string} type - The type of input (text, number, etc.). Not
observed.
@attribute {string} classes - The classes to be applied to the input element.
Not observed.
@attribute {string} name - The name of the input in the form. Not observed.
@attribute {string} placeholder - The placeholder to show in the input. Not
observed.
@attribute {boolean} required - If the input is required. Not observed.
@attribute {RegExp} pattern - A regular expression the form control's value should match. Not observed.
@attribute {number} min - Minimum value if the input is of type number. Not
observed.
@attribute {number} max - Maximum value if the input is of type number. Not
observed.
@attribute {string} aria-live - The politeness setting of the input. Not
observed.
|
7956 |
- |
| account-hub-radio-card-large.mjs |
Forms a radio group with all other account-hub-radio-card-large in the same
form. If all of them are contained in one element, that element should be a
radiogroup. If no radio card starts out checked, the first card checks
itself.
Template ID: #accountHubRadioCardLargeTemplate
@tagname account-hub-radio-card-large
@slot title
@slot tag
@slot description
@attribute {string} value - The value of this radio checkbox.
@attribute {string} aria-checked - Set this to "true" to initialize in a
checked state. After the element is attached, use the checked property to
manipulate the state.
|
4294 |
- |
| account-hub-select.mjs |
Main action button for in app notifications.
@tagname account-hub-select
@attribute {string} help-text-class - Extra class to apply to visible help
text. Not observed.
|
10910 |
- |
| account-hub-step.mjs |
Account Hub Step Template
Template ID: #accountHubStepTemplate (from accountHubStepTemplate.inc.xhtml)
@slot content - Body content for the step.
@attribute {string} title-id - ID of the string to use as title for the step.
@attribute {string} subheader-id - ID of the string to use as sub title for
the step.
@attribute {string} subheader-text - String to display as the subheader.
Can only specify either this or subheader-id, if both are present the
id will take precedence.
|
3903 |
- |
| address-book-account-select.mjs |
Account Hub Account Select Template
Template ID: #accountHubAddressBookAccountSelectTemplate
(from accountHubAddressBookAccountSelectTemplate.inc.xhtml)
|
3509 |
- |
| address-book-ldap-account-form.mjs |
@typedef {object} LDAPCredentials
@property {string} name - The name of the LDAP directory.
@property {string} hostname - The hostname of the LDAP directory.
@property {string} port - The port for the LDAP directory.
@property {boolean} ssl - SSL enabled.
@property {string} baseDn - The baseDN for the LDAP directory.
@property {string} bindDn - The bindDN for the LDAP directory.
|
8360 |
- |
| address-book-local-form.mjs |
An internal collection of data for the form.
@typedef {object} LocalAddressBookConfig
@property {string} name - The address book name.
|
1912 |
- |
| address-book-option-select.mjs |
Account Hub Address Book Option Select Template
Template ID: #accountHubAddressBookOptionSelectTemplate
(from accountHubAddressBookOptionSelectTemplate.inc.xhtml)
|
3045 |
- |
| address-book-remote-account-form.mjs |
@typedef {object} AddressBookLogin
@property {string} username - Username to log in to the address book with
@property {string} server - The URL or domain of the server the address book
is stored on.
|
3276 |
- |
| address-book-sync.mjs |
Account Hub Address Book Sync Template
Template ID: #accountHubAddressBookSyncTemplate
(from accountHubAddressBookSyncTemplate.inc.xhtml)
|
6546 |
- |
| email-added-success.mjs |
Account Hub Email Auto Form Template
Template ID: #accountHubEmailAddedSuccessTemplate (from accountHubEmailAutoFormTemplate.inc.xhtml)
|
1521 |
- |
| email-authentication-form.mjs |
@typedef {UsernamePassword} EmailAuthentication
@property {string} [username] - Optional username to use for authentication.
|
1401 |
- |
| email-auto-form.mjs |
Account Hub Email Auto Form Template
Template ID: #accountHubEmailAutoFormTemplate (from accountHubEmailAutoFormTemplate.inc.xhtml)
|
4791 |
- |
| email-config-found.mjs |
Account Hub Config Found Template
Template ID: #accountHubConfigFoundTemplate (from accountHubConfigFoundTemplate.inc.xhtml)
|
14101 |
- |
| email-credentials-confirmation.mjs |
Account Hub Email Credentials Confirmation Step.
Template ID: #accountHubEmailCredentialsConfirmationTemplate (from accountHubEmailCredentialsConfirmationTemplate.inc.xhtml)
|
2802 |
- |
| email-exchange-settings.mjs |
Account Hub Email Exchange Settings
Template ID: #accountHubEmailExchangeSettingsTemplate (from accountHubEmailExchangeSettingsTemplate.inc.xhtml)
@tagname email-exchange-settings
|
3989 |
- |
| email-exchange-type.mjs |
Account Hub Email Exchange type choice and config form.
Template ID: #accountHubEmailExchangeTypeTemplate (from accountHubEmailExchangeType.inc.xhtml)
@tagname email-exchange-type
|
13739 |
- |
| email-manual-config-form.mjs |
Account Hub Email Manual Config Form Template
Template ID: #accountHubEmailManualConfigFormTemplate (from accountHubEmailManualConfigFormTemplate.inc.xhtml)
|
33143 |
- |
| email-manual-incoming-form.mjs |
Account Hub Email Incoming Form Template
Template ID: #accountHubEmailIncomingFormTemplate (from accountHubEmailIncomingFormTemplate.inc.xhtml)
|
19280 |
- |
| email-manual-outgoing-form.mjs |
Account Hub Email Outgoing Form Template
Template ID: #accountHubEmailOutgoingFormTemplate (from accountHubEmailOutgoingFormTemplate.inc.xhtml)
|
12772 |
- |
| email-password-form.mjs |
@typedef {object} UsernamePassword
@property {string} password - Password used with an existing username to
login.
@property {boolean} rememberPassword - Remember the password when fetching
account information.
|
3543 |
- |
| email-protocol-select-form.mjs |
Account Hub Email Protocol Select Form Template
Template ID: #accountHubEmailProtocolSelectFormTemplate
(from accountHubEmailProtocolSelectFormTemplate.inc.xhtml)
|
1679 |
- |
| email-sync-accounts-form.mjs |
Account Hub Email Sync Accounts Template
Template ID: #accountHubEmailSyncAccountsFormTemplate (from accountHubEmailSyncAccountsFormTemplate.inc.xhtml)
|
8391 |
- |