Minor doc updates

Change-Id: I87156e203c131545c463bfa2307b2d8f7c5507ca
This commit is contained in:
Adam Wight 2022-07-04 10:40:02 +02:00
parent bfea60d921
commit 3e2d594148
2 changed files with 3 additions and 2 deletions

View file

@ -182,6 +182,7 @@ ve.ui.MWTemplateDialog.prototype.onAddParameter = function ( param ) {
hasValueChange: 'onHasValueChange'
} );
} else {
// Create parameter placeholder.
page = new ve.ui.MWAddParameterPage( param, param.getId(), {
$overlay: this.$overlay
} )

View file

@ -147,7 +147,7 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.onStackLayoutSet = function (
};
/**
* Focus the first input in the current page.
* Focus the input field for the current page.
*
* If no page is selected, the first selectable page will be selected.
* If the focus is already in an element on the current page, nothing will happen.
@ -343,7 +343,7 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.clearPages = function () {
};
/**
* Set the current page by symbolic name.
* Set the current page by symbolic name. Doesn't focus the input.
*
* @param {string} name Symbolic name of page
*/