##// END OF EJS Templates
Added ability to specify the element that gets style in a view...
Added ability to specify the element that gets style in a view when no jquery selector is provided (default).

File last commit:

r14285:e4a30f47
r14306:f3da2b16
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);
});