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