Sha256: f2496a14c48e57c69fe82acd55d238ea8e1ec8168b774036c89b28555c985b90

Contents?: true

Size: 459 Bytes

Versions: 18

Compression:

Stored size: 459 Bytes

Contents

module BivouacSample::Views
  def periodically_call
    html do
      head do
        javascript_include_tag :defaults
        stylesheet_link_tag "autocomplete"
      end
      body do
        h1 "periodically_call_remote"
        
        div( :id => "process-list", :style => "background-color: #eee;") do; end
        
        periodically_call_remote( :update => 'process-list', :url => R(PeriodicallyCall), :frequency => 2 )
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bivouac-0.0.7 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.0.9 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.0.8 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.1 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.0 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.2 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.5 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.4 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.3 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.1.6 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.0 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.3 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.2 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.1 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.4.0 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.4 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.3.0 examples/bivouac_sample/app/views/periodically_call.rb
bivouac-0.2.5 examples/bivouac_sample/app/views/periodically_call.rb