class ExtCheckcolumn

Public Class Methods

new(config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extclasses/checkcolumn.rb, line 9
def initialize(config, parent)
  @default_config = {
    :align => "right", 
    :sortable => true
  }
  super "checkcolumn", config, parent
end