var bricks = window.bricks || {}; bricks.IconBar = class extends bricks.HBox { /* { margin: rate: tools:[ { name: icon: rate: dynsize: tip } ] } */ constructor(opts){ if (! opts.cheight){ opts.cheight = 2; } if (! opts.rate){ opts.rate = 1; } super(opts); this.set_css('childrensize'); this.select_name = null; this.height_int = 0; var tools = this.opts.tools; this.toolws = {}; for (var i=0;i