Sha256: 9f2b4271199d773616738edb2f0f7a0b5bef63221bfbae789900118f3205a4f4

Contents?: true

Size: 404 Bytes

Versions: 11

Compression:

Stored size: 404 Bytes

Contents

class DoubleBookGrid < Netzke::Base
  js_property :layout, :border

  def configuration
    super.tap do |s|
      s[:items] = [{
        :region => :center,
        :class_name => "Netzke::Basepack::GridPanel",
        :model => "Book"
      },{
        :region => :south,
        :height => 200,
        :class_name => "Netzke::Basepack::GridPanel",
        :model => "Book"
      }]
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

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