Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
$( function () {
 
$( function () {
//          var option1 = new OO.ui.RadioOptionWidget( {
+
         var save = new OO.ui.ButtonWidget( {
// data: 'cookie',
  −
// label: 'cookie'
  −
//         } ),
  −
//   option2 = new OO.ui.RadioOptionWidget( {
  −
// data: 'storage',
  −
// label: 'storage'
  −
//         } ),
  −
//     var key = new OO.ui.TextInputWidget( {
  −
// placeholder: 'key'
  −
// } ),
  −
//            value = new OO.ui.TextInputWidget( {
  −
// placeholder: 'value'
  −
// } ),
  −
//     radio = new OO.ui.RadioSelectWidget( {
  −
// items: [ option1, option2 ]
  −
//         } ),
  −
         var   save = new OO.ui.ButtonWidget( {
   
                         label: 'save'
 
                         label: 'save'
                 } ),
+
                 } );
//            show = new OO.ui.ButtonWidget( {
  −
//                        label: 'show'
  −
//                } ),
  −
//            info = new OO.ui.LabelWidget( {
  −
// label: 'label'
  −
// } );
  −
 
   
 
// save.on( 'click', function () {
+
save.on( 'click', function () {
//            mw.cookie.set( key.getValue(), value.getValue() )});
+
            mw.cookie.set( key.getValue(), value.getValue() )});
 
          
 
          
// show.on( 'click', function () {
  −
//            info.setLabel(mw.cookie.get(key.getValue()))});
  −
     −
// Append the app widgets
+
Append the app widgets
 
   $( '#mw-content-text' ).prepend(
 
   $( '#mw-content-text' ).prepend(
 
//                radio.$element,
 
//                radio.$element,

Navigation menu