mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Minor doc updates
Change-Id: I87156e203c131545c463bfa2307b2d8f7c5507ca
This commit is contained in:
parent
bfea60d921
commit
3e2d594148
|
@ -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
|
||||
} )
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue