Sha256: b8ddb79f8eba9c194c9f0a67c3d51168f3629761d3e796057b23210dd34d3387

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

class BorderLayoutPanelWithPersistence < Netzke::Basepack::BorderLayoutPanel
  items [
    {title: "Center", region: :center},
    {title: "West", region: :west, width: 200, split: true, collapsible: true},
    {title: "North", region: :north, height: 100, split: true, collapsible: true}
  ]

  def configure(c)
    super
    c.persistence = true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netzke-basepack-0.8.4 test/basepack_test_app/app/components/border_layout_panel_with_persistence.rb
netzke-basepack-0.8.3 test/basepack_test_app/app/components/border_layout_panel_with_persistence.rb
netzke-basepack-0.8.2 test/basepack_test_app/app/components/border_layout_panel_with_persistence.rb
netzke-basepack-0.8.1 test/basepack_test_app/app/components/border_layout_panel_with_persistence.rb
netzke-basepack-0.8.0 test/basepack_test_app/app/components/border_layout_panel_with_persistence.rb