| account-hub-footer.mjs |
Account Hub Footer Template
Template ID: #accountHubFooterTemplate (from accountHubFooterTemplate.inc.xhtml)
|
3561 |
- |
| 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.
|
9727 |
- |
| 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} 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 {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.
|
4521 |
- |
| account-hub-select.mjs |
Main action button for in app notifications.
@tagname account-hub-select
|
8652 |
- |
| 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.
|
3201 |
- |
| address-book-account-select.mjs |
Account Hub Account Select Template
Template ID: #accountHubAddressBookAccountSelectTemplate
(from accountHubAddressBookAccountSelectTemplate.inc.xhtml)
|
3541 |
- |
| 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.
|
8366 |
- |
| address-book-local-form.mjs |
An internal collection of data for the form.
@typedef {object} LocalAddressBookConfig
@property {string} name - The address book name.
|
1943 |
- |
| 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.
|
3308 |
- |
| address-book-sync.mjs |
Account Hub Address Book Sync Template
Template ID: #accountHubAddressBookSyncTemplate
(from accountHubAddressBookSyncTemplate.inc.xhtml)
|
6577 |
- |
| 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)
|
3757 |
- |
| email-config-found.mjs |
Account Hub Config Found Template
Template ID: #accountHubConfigFoundTemplate (from accountHubConfigFoundTemplate.inc.xhtml)
|
10708 |
- |
| email-credentials-confirmation.mjs |
Account Hub Email Credentials Confirmation Step.
Template ID: #accountHubEmailCredentialsConfirmationTemplate (from accountHubEmailCredentialsConfirmationTemplate.inc.xhtml)
|
2835 |
- |
| email-exchange-settings.mjs |
Account Hub Email Exchange Settings
Template ID: #accountHubEmailExchangeSettingsTemplate (from accountHubEmailExchangeSettingsTemplate.inc.xhtml)
@tagname email-exchange-settings
|
1149 |
- |
| email-exchange-type.mjs |
Account Hub Email Exchange type choice and config form.
Template ID: #accountHubEmailExchangeTypeTemplate (from accountHubEmailExchangeType.inc.xhtml)
@tagname email-exchange-type
|
1133 |
- |
| email-manual-config-form.mjs |
Account Hub Email Manual Config Form Template
Template ID: #accountHubEmailManualConfigFormTemplate (from accountHubEmailManualConfigFormTemplate.inc.xhtml)
|
1558 |
- |
| email-manual-incoming-form.mjs |
Account Hub Email Incoming Form Template
Template ID: #accountHubEmailIncomingFormTemplate (from accountHubEmailIncomingFormTemplate.inc.xhtml)
|
17994 |
- |
| email-manual-outgoing-form.mjs |
Account Hub Email Outgoing Form Template
Template ID: #accountHubEmailOutgoingFormTemplate (from accountHubEmailOutgoingFormTemplate.inc.xhtml)
|
12100 |
- |
| 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-sync-accounts-form.mjs |
Account Hub Email Sync Accounts Template
Template ID: #accountHubEmailSyncAccountsFormTemplate (from accountHubEmailSyncAccountsFormTemplate.inc.xhtml)
|
8391 |
- |