class ExtRadiogroup

Public Class Methods

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