Sha256: be1ee43d23528ead620f0658b6f5093e0ba2cf98a43d17f6599e11376c2bf32c
Contents?: true
Size: 692 Bytes
Versions: 12
Compression:
Stored size: 692 Bytes
Contents
module KonoUtils module Object module Cell class Search < Base def collapse_container_id dom_id(model, "search_form") end def data_loaded? model.data_loaded? end ## # Identifica il contenitore dei bottoni, sia a livello di id DOM che per quanto riguarda la destinazione dei bottoni # durante il renderig della form def buttons_container dom_id(model, 'buttons_container') end ## # Andiamo a restituire il layout da utilizzare nel form def form_layout layout_ns("cell/forms/containers/search_layout") end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems