r4ds/www/str_view-binding-1.0.0.9000/str_view.js

18 lines
247 B
JavaScript

HTMLWidgets.widget({
name: 'str_view',
type: 'output',
initialize: function(el, width, height) {
},
renderValue: function(el, x, instance) {
el.innerHTML = x.html;
},
resize: function(el, width, height, instance) {
}
});