Methods

Netzke::Basepack::FormPanel::Fields::ClassMethods

Public Instance Methods

meta_columns() click to toggle source

Columns to be displayed by the FieldConfigurator, “meta-columns”. Each corresponds to a configuration option for each field in the form.

    # File lib/netzke/basepack/form_panel/fields.rb, line 65
65:           def meta_columns
66:             [
67:               {:name => "included", :attr_type => :boolean, :width => 40, :header => "Incl", :default_value => true},
68:               {:name => "name", :attr_type => :string, :editor => :combobox, :width => 200},
69:               {:name => "label", :attr_type => :string, :header => "Label"},
70:               {:name => "default_value", :attr_type => :string}
71:             ]
72:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.