SandBox

Revision as of 13:37, 13 October 2017 by Fahad AlKhalfan (talk | contribs)
Jump to navigation Jump to search

Hey how are
you?

I am doing fine

  1. is this right?
    1. I guess so
    2. I guess I am
      1. I am pretty sure I am right


// Creating a TextInputWidget. Specify a default value with the 'value' config. // A single-line TextInput (the default) var textInput = new OO.ui.TextInputWidget( {

 value: 'Text input'

} ); $( 'body' ).append( textInput.$element );