User:DR/test.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
placeholder: 'Category name (optional)', |
placeholder: 'Category name (optional)', |
||
id: 'categoryInput', |
id: 'categoryInput', |
||
style: 'margin |
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 |
style: 'margin: 10px 0; padding: 5px;' |
||
}), |
}), |
||
pagesTextarea = new OO.ui.MultilineTextInputWidget({ |
pagesTextarea = new OO.ui.MultilineTextInputWidget({ |
||