Sha256: 6ecff190ecb71eecc549dc2d347f929254e9e3cb598176b99a61cc71b6a089d2

Contents?: true

Size: 202 Bytes

Versions: 9

Compression:

Stored size: 202 Bytes

Contents

class BookGridWithPaging < Netzke::Basepack::GridPanel
  js_property :title, "Books with paging"

  def default_config
    super.merge(
      :model => "Book",
      :rows_per_page => 2
    )
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

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