class ExtFilefield

depend ux

Public Class Methods

new(config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extclasses/filefield.rb, line 9
    def initialize(config, parent)
@default_config = {
  width: 355,
  labelAlign: "right",
  buttonText: "Browse"
}
            super('fileuploadfield',config, parent)
    end