Sha256: 90c325cee8df6c0d561b90db4ba9d89f14ba45d2bd92706333b03884083d6cf2
Contents?: true
Size: 693 Bytes
Versions: 6
Compression:
Stored size: 693 Bytes
Contents
Voom::Presenters.define(:form_level_events) do attach :top_nav grid do column 1 column 4 do card do display 'Posts in Form' body 'This demonstrates that a change event on **ANY** form input will send all the form inputs to the event action. '\ 'This works with posts and replace actions' form do text_field name: :myfield do label 'Data to post' end text_field name: :myfield2 do label 'More Data to post' end event :change do replaces :context_list, :context_list end end attach :context_list end end end end
Version data entries
6 entries across 6 versions & 1 rubygems