##// 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
float.js
3 lines | 203 B | application/javascript | JavascriptLexer
require(["notebook/js/widget"], function(){
var FloatWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('FloatWidgetModel', FloatWidgetModel);
});