Sha256: 678d07d56f105b749a1419ef631cd8924a656f4f275c7bfe46585f6e32d8f2d5

Contents?: true

Size: 177 Bytes

Versions: 12

Compression:

Stored size: 177 Bytes

Contents

class SimpleWindow < Netzke::Basepack::Window
  js_properties :title => "My simple window"

  def default_config
    {
      :width => 400,
      :height => 300
    }
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.2 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.7.1 test/basepack_test_app/app/components/simple_window.rb
netzke-basepack-0.6.5 test/rails_app/app/components/simple_window.rb
netzke-basepack-0.7.0 test/rails_app/app/components/simple_window.rb
netzke-basepack-0.6.4 test/rails_app/app/components/simple_window.rb
netzke-basepack-0.6.3 test/rails_app/app/components/simple_window.rb