##// 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
Jonathan Frederic
Updated require js references, now absolute paths are used
r14285 require(["notebook/js/widget"], function(){
Jonathan Frederic
Added int widget
r14266 var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});