class ExtHtmleditor

Public Class Methods

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

  super "htmleditor", config, parent
end