kono_utils_bootstrap_view4 0.1.0.pre.rc.6 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/app/concepts/kono_utils/{base_object → object}/cell/base.rb +7 -3
  3. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/base.rb +1 -1
  4. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/collapse_search.rb +1 -1
  5. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/create.rb +1 -1
  6. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/delete.rb +1 -1
  7. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/download.rb +1 -1
  8. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/edit.rb +1 -1
  9. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/list.rb +1 -1
  10. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/reset_search.rb +1 -1
  11. data/app/concepts/kono_utils/{base_object → object}/cell/create/base.rb +1 -1
  12. data/app/concepts/kono_utils/{base_object → object}/cell/create/page_title.rb +1 -1
  13. data/app/concepts/kono_utils/{base_object → object}/cell/create/side_title.rb +1 -1
  14. data/app/concepts/kono_utils/{base_object → object}/cell/edits/base.rb +1 -1
  15. data/app/concepts/kono_utils/{base_object → object}/cell/edits/page_title.rb +1 -1
  16. data/app/concepts/kono_utils/{base_object → object}/cell/edits/side_title.rb +1 -1
  17. data/app/concepts/kono_utils/{base_object → object}/cell/form.rb +8 -1
  18. data/app/concepts/kono_utils/{base_object → object}/cell/forms/base.rb +2 -1
  19. data/app/concepts/kono_utils/{base_object → object}/cell/forms/container.rb +1 -1
  20. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/layout.rb +1 -1
  21. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/modal_layout.rb +1 -1
  22. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/search_layout.rb +1 -1
  23. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/table_layout.rb +1 -1
  24. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selector.rb +1 -1
  25. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/layout.rb +1 -1
  26. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/modal_layout.rb +1 -1
  27. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/table_layout.rb +1 -1
  28. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/association.rb +1 -1
  29. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/base.rb +1 -1
  30. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/layout.rb +1 -1
  31. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/modal_layout.rb +1 -1
  32. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/table_layout.rb +1 -1
  33. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/check_box.rb +1 -1
  34. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/collection.rb +1 -1
  35. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/date_field.rb +1 -1
  36. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/date_time_field.rb +2 -2
  37. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/enum.rb +1 -1
  38. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/file_field.rb +1 -1
  39. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrapper.rb +1 -1
  40. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrappers/forms_container.rb +1 -1
  41. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrappers/show.rb +1 -1
  42. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrapper.rb +1 -1
  43. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/form.rb +1 -1
  44. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/layout.rb +1 -1
  45. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/modal_layout.rb +1 -1
  46. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/table_layout.rb +1 -1
  47. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_container.rb +1 -1
  48. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/layout.rb +1 -1
  49. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb +1 -1
  50. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb +1 -1
  51. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/header.rb +1 -1
  52. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_button.rb +2 -2
  53. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb +1 -1
  54. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb +1 -1
  55. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb +1 -1
  56. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/read_only.rb +1 -1
  57. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/time_field.rb +1 -1
  58. data/app/concepts/kono_utils/{base_object → object}/cell/forms/layout.rb +1 -1
  59. data/app/concepts/kono_utils/{base_object → object}/cell/forms/submit.rb +1 -1
  60. data/app/concepts/kono_utils/{base_object → object}/cell/index/base.rb +1 -1
  61. data/app/concepts/kono_utils/{base_object → object}/cell/index/page_title.rb +1 -1
  62. data/app/concepts/kono_utils/{base_object → object}/cell/index/row.rb +1 -1
  63. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_buttons.rb +1 -1
  64. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_footer.rb +1 -1
  65. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_header.rb +1 -1
  66. data/app/concepts/kono_utils/{base_object → object}/cell/index/side_title.rb +1 -1
  67. data/app/concepts/kono_utils/{base_object → object}/cell/index/table.rb +1 -1
  68. data/app/concepts/kono_utils/{base_object → object}/cell/inject.rb +3 -3
  69. data/app/concepts/kono_utils/{base_object → object}/cell/modals/base.rb +1 -1
  70. data/app/concepts/kono_utils/{base_object → object}/cell/modals/bodies/layout.rb +1 -1
  71. data/app/concepts/kono_utils/{base_object → object}/cell/modals/body.rb +1 -1
  72. data/app/concepts/kono_utils/{base_object → object}/cell/modals/container.rb +1 -1
  73. data/app/concepts/kono_utils/{base_object → object}/cell/modals/containers/layout.rb +1 -1
  74. data/app/concepts/kono_utils/{base_object → object}/cell/modals/footer.rb +1 -1
  75. data/app/concepts/kono_utils/{base_object → object}/cell/modals/footers/layout.rb +1 -1
  76. data/app/concepts/kono_utils/{base_object → object}/cell/modals/header.rb +1 -1
  77. data/app/concepts/kono_utils/{base_object → object}/cell/modals/headers/layout.rb +1 -1
  78. data/app/concepts/kono_utils/{base_object → object}/cell/search.rb +1 -1
  79. data/app/concepts/kono_utils/{base_object → object}/cell/searches/form.rb +7 -1
  80. data/app/concepts/kono_utils/{base_object → object}/cell/show.rb +1 -1
  81. data/app/concepts/kono_utils/{base_object → object}/cell/shows/base.rb +1 -1
  82. data/app/concepts/kono_utils/{base_object → object}/cell/shows/page_title.rb +1 -1
  83. data/app/concepts/kono_utils/{base_object → object}/cell/shows/side_title.rb +1 -1
  84. data/app/concepts/kono_utils/{base_object → object}/view/create/side_title.erb +0 -0
  85. data/app/concepts/kono_utils/{base_object → object}/view/edits/side_title.erb +0 -0
  86. data/app/concepts/kono_utils/object/view/form.erb +11 -0
  87. data/app/concepts/kono_utils/{base_object → object}/view/forms/container.erb +0 -0
  88. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/layout.erb +0 -0
  89. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/modal_layout.erb +0 -0
  90. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/search_layout.erb +0 -0
  91. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/table_layout.erb +0 -0
  92. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selector.erb +0 -0
  93. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/layout.erb +0 -0
  94. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/modal_layout.erb +0 -0
  95. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/table_layout.erb +0 -0
  96. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/association.erb +0 -0
  97. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/base.erb +0 -0
  98. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/layout.erb +0 -0
  99. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/layout.scss +0 -0
  100. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/modal_layout.erb +0 -0
  101. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/table_layout.erb +0 -0
  102. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/check_box.erb +0 -0
  103. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/collection.erb +0 -0
  104. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrapper.erb +0 -0
  105. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrappers/forms_container.erb +0 -0
  106. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrappers/show.erb +0 -0
  107. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrapper.erb +0 -0
  108. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/form.erb +0 -0
  109. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/layout.erb +0 -0
  110. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/modal_layout.erb +0 -0
  111. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/table_layout.erb +0 -0
  112. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_container.erb +0 -0
  113. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/layout.erb +0 -0
  114. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb +0 -0
  115. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb +0 -0
  116. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/header.erb +0 -0
  117. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_button.erb +0 -0
  118. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/layout.erb +0 -0
  119. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb +0 -0
  120. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb +0 -0
  121. data/app/concepts/kono_utils/{base_object → object}/view/forms/layout.erb +0 -0
  122. data/app/concepts/kono_utils/{base_object → object}/view/index/row.erb +0 -0
  123. data/app/concepts/kono_utils/{base_object → object}/view/index/row_buttons.erb +0 -0
  124. data/app/concepts/kono_utils/{base_object → object}/view/index/row_footer.erb +0 -0
  125. data/app/concepts/kono_utils/{base_object → object}/view/index/row_header.erb +0 -0
  126. data/app/concepts/kono_utils/{base_object → object}/view/index/side_title.erb +0 -0
  127. data/app/concepts/kono_utils/{base_object → object}/view/index/table.erb +0 -0
  128. data/app/concepts/kono_utils/{base_object → object}/view/inject.erb +0 -0
  129. data/app/concepts/kono_utils/{base_object → object}/view/modals/bodies/layout.erb +0 -0
  130. data/app/concepts/kono_utils/{base_object → object}/view/modals/body.erb +0 -0
  131. data/app/concepts/kono_utils/{base_object → object}/view/modals/container.erb +0 -0
  132. data/app/concepts/kono_utils/{base_object → object}/view/modals/containers/layout.erb +0 -0
  133. data/app/concepts/kono_utils/{base_object → object}/view/modals/footer.erb +0 -0
  134. data/app/concepts/kono_utils/{base_object → object}/view/modals/footers/layout.erb +0 -0
  135. data/app/concepts/kono_utils/{base_object → object}/view/modals/header.erb +0 -0
  136. data/app/concepts/kono_utils/{base_object → object}/view/modals/headers/layout.erb +0 -0
  137. data/app/concepts/kono_utils/{base_object → object}/view/search.erb +0 -0
  138. data/app/concepts/kono_utils/{base_object → object}/view/searches/form.erb +3 -2
  139. data/app/concepts/kono_utils/{base_object → object}/view/show.erb +0 -0
  140. data/app/concepts/kono_utils/{base_object → object}/view/shows/side_title.erb +0 -0
  141. data/app/inputs/tempus_dominus_input.rb +3 -3
  142. data/app/views/kono_utils/base_editing/edit.html.erb +3 -3
  143. data/app/views/kono_utils/base_editing/edit.inject.erb +1 -1
  144. data/app/views/kono_utils/base_editing/index.html.erb +4 -4
  145. data/app/views/kono_utils/base_editing/new.html.erb +3 -3
  146. data/app/views/kono_utils/base_editing/new.inject.erb +1 -1
  147. data/app/views/kono_utils/base_editing/show.html.erb +3 -3
  148. data/app/views/kono_utils/base_editing/success_create_show.inject.erb +1 -1
  149. data/app/views/kono_utils/base_editing/success_update_show.inject.erb +1 -1
  150. data/lib/kono_utils_bootstrap_view4/base_class_concept_ns.rb +1 -1
  151. data/lib/kono_utils_bootstrap_view4/engine.rb +1 -1
  152. data/lib/kono_utils_bootstrap_view4/version.rb +1 -1
  153. metadata +149 -143
  154. data/app/concepts/kono_utils/base_object/view/form.erb +0 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c62da0f5f24c4ce4effc81cbaeeef91af342e7dbaa936e5261bb85ad6c6a53ef
4
- data.tar.gz: 577e2024d05fbb368c6c55f3a32115568c8b88d3233bd743db48b2abe64a8e0c
3
+ metadata.gz: f7ca729271063a5d64a3e7cfdbbb0095a05360786f7d31047bfb7e88d164f4db
4
+ data.tar.gz: 6aa833e452752195fb3bb74e360fe615e2d8aa396f039f3057fc6c13a7dcea0b
5
5
  SHA512:
6
- metadata.gz: 341289d7335b48ceb0ef0a95e25101e28414ae48e5946b9513b4a2873e907e5dabef0bf56d570b1d68c71e5e388003ef833f7e7ee040a22f5a11ab3a7f8d2169
7
- data.tar.gz: fa75ad97dd151759d76be418727d5f1e2ca5dcdc6a8856a1f3d6881e5eee21deb60506c599f784dc19fad1a6bc437c62ea70a05f38bf9493bdb13957286b9e60
6
+ metadata.gz: 13ae8eed2972563231f7bb70a656f716370a3101041883e17b3d6385c9d1356d83fc91f9dfcd1735c915e17f2c95a2a1ff232994bfaa472ad3e3199a3af1e8b4
7
+ data.tar.gz: 6a65665f415d3a3713265ee44c3217765e48a1040bd152e190478f646e397c0d35b2dd4c5fe9fc5deb69952355f8971f39997ff719c0d9fda7529450cd52ff28
@@ -1,7 +1,7 @@
1
1
  require 'kaminari/helpers/helper_methods'
2
2
 
3
3
  module KonoUtils
4
- module BaseObject
4
+ module Object
5
5
  module Cell
6
6
  class Base < Trailblazer::Cell # class
7
7
  view_paths << "#{KonoUtilsBootstrapView4::Engine.root}/app/concepts"
@@ -81,10 +81,14 @@ module KonoUtils
81
81
  base_class.concept_prefix + super + parent_controller.lookup_context.view_paths.collect(&:to_path)
82
82
  end
83
83
 
84
- def current_user
85
- context[:current_user]
84
+ def kono_user
85
+ context[:kono_user]
86
86
  end
87
87
 
88
+ ##
89
+ # In questo modo se non viene modificato l'utente di pundit, il pundit interno a kono utilizza quello di kono_utils
90
+ alias_method :current_user, :kono_user
91
+
88
92
  def title_mod
89
93
  "#{t(:edit)} #{model.mn}"
90
94
  end
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  ##
5
5
  # Options:
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Create < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Delete < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Download < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Edit < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class List < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Create::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Create
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Create
5
5
  class SideTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Edits::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Edits
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Edits
5
5
  class SideTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Form < Base
5
5
 
@@ -24,6 +24,13 @@ module KonoUtils
24
24
  [model, _form_options]
25
25
  end
26
26
 
27
+ ##
28
+ # Elenco di concept di bottoni da generare nella form per il submit
29
+ # @param [SimpleForm::FormBuilder] form_builder
30
+ def submit_buttons(form_builder:)
31
+ [concept("cell/forms/submit", nil, context: {form: form_builder})]
32
+ end
33
+
27
34
  protected
28
35
 
29
36
  def form_id
@@ -1,10 +1,11 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  # La cella base dei componenti della form
5
5
  # ha sempre un metodo form che viene ricevuto dal contesto della form
6
6
  class Forms::Base < Base
7
7
 
8
+ # @return [SimpleForm::FormBuilder]
8
9
  def form
9
10
  context[:form]
10
11
  end
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  # Classe che si occupa di generare il container della form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  # Layout Standard del contenitore della Form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  # Classe che si occupa di selezionare il campo corretto nella form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  # Layout Standard del contenitore della Form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  # La cella base dei componenti della form contiene sempre la form come model
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -8,7 +8,7 @@ module KonoUtils
8
8
 
9
9
  def show(&block)
10
10
 
11
- bf = bf = ActiveSupport::SafeBuffer.new
11
+ bf = ActiveSupport::SafeBuffer.new
12
12
  bf << form.input(attribute_name, field_options)
13
13
 
14
14
  bf << content_tag(:script, :type => "text/javascript") do
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields