##// END OF EJS Templates
Made RadioButtons and ToggleButtons views compatible with disabled property
Made RadioButtons and ToggleButtons views compatible with disabled property

File last commit:

r14285:e4a30f47
r14305:c8d35d37
Show More
int.js
3 lines | 197 B | application/javascript | JavascriptLexer
require(["notebook/js/widget"], function(){
var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});