Sha256: 3726e60f35ef625c276c3909f29ac6faae4ad87d3064e54596c341c8296d81cf
Contents?: true
Size: 403 Bytes
Versions: 12
Compression:
Stored size: 403 Bytes
Contents
Coprl::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
12 entries across 12 versions & 1 rubygems