Sha256: 9e3ba237f686d426e9bb43b5b417c182cc2944ca6e1a01e85081288998edeb95

Contents?: true

Size: 220 Bytes

Versions: 15

Compression:

Stored size: 220 Bytes

Contents

class SimpleWrapper < Netzke::Basepack::Wrapper
  def config
    {
      :items => [{:class_name => "Basepack::Panel", :html => "A Panel wrapped into the (invisible) wrapper", :title => "Wrapped Panel"}]
    }
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

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