wn.ui.form.Dashboard = Class.extend({ init: function(opts) { $.extend(this, opts); this.wrapper = $('
') .prependTo(this.frm.layout.wrapper); this.body = $('').appendTo(this.wrapper); }, reset: function() { this.wrapper.toggle(false); this.body.empty(); this.headline = null; }, set_headline: function(html) { if(!this.headline) this.headline = $('