Sha256: 0914ab5f86d373c1c1c8aeeb0592ab9de9bcfb7d467fd3d4b95ee99dc831111c
Contents?: true
Size: 400 Bytes
Versions: 12
Compression:
Stored size: 400 Bytes
Contents
FnordMetric.widgets.htmlWidget = function(){ function render(opts){ opts.elem.append( $('<div class="headbar small"></div>').html(opts.title) ).css({ 'marginBottom': 20, 'overflow': 'hidden' }); var container = $('<div></div>') .addClass('html_container') .html(opts.html); opts.elem.append(container); } return { render: render }; }
Version data entries
12 entries across 12 versions & 3 rubygems