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)
No edit summary
Tag: Reverted
Line 7: Line 7:
placeholder: 'Category name (optional)',
placeholder: 'Category name (optional)',
id: 'categoryInput',
id: 'categoryInput',
style: 'margin-bottom: 10px;'
style: 'margin: 10px 0; padding: 5px;'
}),
}),
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; margin-left: 5px;'
style: 'margin: 10px 0; padding: 5px;'
}),
}),
pagesTextarea = new OO.ui.MultilineTextInputWidget({
pagesTextarea = new OO.ui.MultilineTextInputWidget({