class ExtToolbar

Public Class Methods

new(config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extclasses/toolbar.rb, line 2
def initialize(config, parent)
  @default_config = {}
  # TODO auto add separator btw buttons
  super("toolbar", config, parent) 
end