Sha256: d9cea30c22bd938aad3d1816248ce2af797807e02bf12068c501075687ab9183

Contents?: true

Size: 347 Bytes

Versions: 15

Compression:

Stored size: 347 Bytes

Contents

class SimpleTabPanel < Netzke::Basepack::TabPanel
  config  :items => [{
            :html => "I'm a simple Ext.Panel",
            :title => "Panel One"
          },{
            :class_name => "SimplePanel",
            :update_text => "Update for Panel Two",
            :title => "Panel Two",
            :lazy_loading => true
          }]
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_tab_panel.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.2 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.1 test/basepack_test_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.5 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.7.0 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.4 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.3 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.2 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.1 test/rails_app/app/components/simple_tab_panel.rb
netzke-basepack-0.6.0 test/rails_app/app/components/simple_tab_panel.rb