Sha256: 47bf0102d66feac04740aaaec8578b1d550826f1ad6cd91329b1d590dce50d3c
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
class ExtendedServerCaller < ServerCaller js_properties :title => "Extended Server Caller" js_method :on_bug_server, <<-JS function(){ #{js_full_class_name}.superclass.onBugServer.call(this); this.getBottomToolbar().addButton({text: "Added" + " by extended Server Caller"}); this.getBottomToolbar().doLayout(); } JS def whats_up_endpoint(params) orig = super orig.merge(:set_title => orig[:set_title] + ", shiny weather") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
netzke-core-0.6.5 | test/rails_app/app/components/extended_server_caller.rb |
netzke-core-0.6.4 | test/rails_app/app/components/extended_server_caller.rb |