Opportunity html
Jump to navigation
Jump to search
| Line 45: | Line 45: | ||
// Create form elements (two text inputs and the button input, in this example). | // Create form elements (two text inputs and the button input, in this example). | ||
var announcement_title = new OO.ui.TextInputWidget( { | var announcement_title = new OO.ui.TextInputWidget( { | ||
| − | value: 'title', | + | value: 'title'}, {help: 'The title of the announcement for publishing', |
| − | |||
helpInline: true, | helpInline: true, | ||
| − | } ) | + | }) |
var announcement_provider = new OO.ui.TextInputWidget( { | var announcement_provider = new OO.ui.TextInputWidget( { | ||
Revision as of 18:53, 29 February 2020