Sha256: 3615cd5569b44e0489f75021d249490bb4073136227b602384b9ea5ded6954dc

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

module KonoUtils::Object::Cell::Forms::Fields # namespace
  class NestedWrappers::Forms::Layout < Base

    def container_id
      context[:container_id] # generato dalla cella Form, trovare sistema piĆ¹ bello? FIXME
    end

    def object_header
      form.object.class.model_name.human
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kono_utils_bootstrap_view4-0.1.0.pre.rc.3 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb