Sha256: ba62d20ad29eb6a867fd5c2abeeb3375ea8ba39fb02b127a2acf7212520a43cc
Contents?: true
Size: 354 Bytes
Versions: 15
Compression:
Stored size: 354 Bytes
Contents
class SimpleAccordion < Netzke::Basepack::AccordionPanel 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