// opts = { 'title': 'My Sidebar', // 'sections': [ // {'title': 'Actions', // 'items': [{type: , label:, onclick function / string to eval], ] // 'render': function (optional) // } // // item types = link, button, html, inpu // // Page Sidebar // wn.widgets.PageSidebar = function(parent, opts) { this.opts = opts this.sections = {} this.wrapper = $a(parent, 'div', 'psidebar') // refresh sidebar - make head and sections this.refresh = function() { this.wrapper.innerHTML = '' if(this.opts.title) this.make_head(); for(var i=0; i