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

Version Path
coprl-3.0.0.beta.12 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.11 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.10 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.9 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.8 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.7 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.6 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.5 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.4 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.3 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.2 app/demo/events/actions/dialog.pom
coprl-3.0.0.beta.1 app/demo/events/actions/dialog.pom