Sha256: a17fd4c5f60209c09f977a318b0faf0a39b2d5673a159d211fe0c0a9353a1704
Contents?: true
Size: 402 Bytes
Versions: 15
Compression:
Stored size: 402 Bytes
Contents
Voom::Presenters.define(:dialog_action) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :events_drawer indented_grid do heading 'Dialog' body 'A dialog event displays a, you guessed it, dialog.' title 'Dialog' button 'dialog' do event :click do dialog :my_dialog end end attach :show_dialog end attach :code, file: __FILE__ end
Version data entries
15 entries across 15 versions & 1 rubygems