Sha256: 326ffe3aeb2e2737c8579a8acd2ad9a49bbe610f16f125010d5c8684cd21d930

Contents?: true

Size: 514 Bytes

Versions: 12

Compression:

Stored size: 514 Bytes

Contents

module KonoUtils
  module Object
    module Cell
      module Forms # namespace
        module Fields
          ##
          # Rappresenta il layout del container del Wrapper
          # abbiamo la versione Standard e versione Table
          ##
          class NestedWrappers::FormsContainers::Layout < Base

            delegates :parent_cell, :target_container_for_new_nested

            def parent_cell
              context[:parent_cell]
            end
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kono_utils_bootstrap_view4-0.3.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.3.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.3 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.2.3 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.2.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.2.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.1.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.1.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.1.0 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.7 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.4 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb