Changes

Jump to navigation Jump to search
no edit summary
Line 10: Line 10:  
var input = new OO.ui.TextInputWidget( {
 
var input = new OO.ui.TextInputWidget( {
 
placeholder: 'This is an entry box'
 
placeholder: 'This is an entry box'
 +
} ),
 +
            info = new OO.ui.LabelWidget( {
 +
label: 'Information',
 +
classes: [ 'todo-info' ]
 
} );
 
} );
+
info.setLabel( "hello");
    
 
 
input.on( 'enter', function () {
 
input.on( 'enter', function () {
             mw.cookie.set( name.getValue(), 'unknown' );
+
             mw.cookie.get('my_wikiUserName' );
    
         });
 
         });

Navigation menu