class ExtTemplatecolumn

Public Class Methods

new(config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extclasses/templatecolumn.rb, line 6
def initialize(config, parent)
  @default_config = {}

  super "templatecolumn", config, parent
end