Sha256: 82ff0203d869494d2631386d7b7b03853cd2f29b8954dfb14a1208e8c158b414
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
class SomeAccordion < Netzke::Basepack::Accordion # This component will be dynamically loaded on expanding the second accordion pane component :simple_panel do |c| c.update_text = "Update for Panel Two" c.title = "Panel Two" c.border = false c.header = false end def configure(c) c.title = "Some Accordion" c.items = [ { :html => "I'm a simple Ext.Panel", :title => "Panel One" }, :simple_panel ] super end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
netzke-basepack-0.8.0 | test/basepack_test_app/app/components/some_accordion.rb |