User:DR/test.js: Difference between revisions

From Test Wiki
Content deleted Content added
DR (talk | contribs)
No edit summary
Tag: Reverted
DR (talk | contribs)
-
Tag: Reverted
Line 6: Line 6:
var categoryInputField = new OO.ui.TextInputWidget({
var categoryInputField = new OO.ui.TextInputWidget({
placeholder: 'Category name (optional)',
placeholder: 'Category name (optional)',
id: 'categoryInput'
id: 'categoryInput',
style: 'margin-bottom: 10px;'
}),
}),
fetchCategoryButton = new OO.ui.ButtonWidget({
fetchCategoryButton = new OO.ui.ButtonWidget({
label: 'Fetch Pages from Category',
label: 'Fetch Pages from Category',
flags: ['progressive']
flags: ['progressive'],
style: 'margin-bottom: 10px;'
}),
}),
pagesTextarea = new OO.ui.MultilineTextInputWidget({
pagesTextarea = new OO.ui.MultilineTextInputWidget({