##// END OF EJS Templates
Added selected_index property to TabView
Added selected_index property to TabView

File last commit:

r14285:e4a30f47
r14307:c1913d54
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);
});