Sha256: 6bd0b3048c489cdf15dfb131cc0fe28835dae90192999cc17c0931ba9fb425f7
Contents?: true
Size: 579 Bytes
Versions: 12
Compression:
Stored size: 579 Bytes
Contents
Coprl::Presenters.define(:field_level_events) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :events_drawer indented_grid do display 'Field Level Events' heading 'Text Fields' body 'This demonstrates that a change event will submit the field value to the event action. '\ 'This works with posts and replace actions' text_field name: :myfield do label 'Data to post' event :change do replaces :context_list, :context_list end end attach :context_list end attach :code, file: __FILE__ end
Version data entries
12 entries across 12 versions & 1 rubygems