Sha256: 23d6c9e0bbfab2ecb9efd416acb9a3417d13999017f8a01b342b1ebf3da69947
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 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.7 | test/rails_app/app/components/extended_server_caller.rb |
netzke-core-0.6.6 | test/rails_app/app/components/extended_server_caller.rb |