Unified the documentation of the JavaScript prefix attribute.
This commit is contained in:
parent
7ed13dc0af
commit
fa1dedf207
@ -41,7 +41,7 @@ class DescriptionEditor {
|
|||||||
#form;
|
#form;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
prefix;
|
prefix;
|
||||||
@ -278,7 +278,7 @@ class TabPlane {
|
|||||||
editor;
|
editor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and classes
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
prefix;
|
prefix;
|
||||||
|
@ -548,7 +548,7 @@ class DebitCreditSubForm {
|
|||||||
debitCredit;
|
debitCredit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
#prefix;
|
#prefix;
|
||||||
|
@ -53,7 +53,7 @@ class JournalEntryLineItemEditor {
|
|||||||
debitCredit;
|
debitCredit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
#prefix = "accounting-line-item-editor"
|
#prefix = "accounting-line-item-editor"
|
||||||
|
@ -197,7 +197,7 @@ class RecurringExpenseIncomeSubForm {
|
|||||||
editor;
|
editor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
#prefix;
|
#prefix;
|
||||||
|
@ -35,7 +35,7 @@ class OriginalLineItemSelector {
|
|||||||
lineItemEditor;
|
lineItemEditor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
#prefix = "accounting-original-line-item-selector";
|
#prefix = "accounting-original-line-item-selector";
|
||||||
|
@ -88,7 +88,7 @@ class TabPlane {
|
|||||||
chooser;
|
chooser;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix of the HTML ID and class
|
* The prefix of the HTML ID and class names
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
prefix;
|
prefix;
|
||||||
|
Loading…
Reference in New Issue
Block a user